[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAHhAz+jFykO-Lum57U6vP59nDa4=a2eM_yL0pK_HZMLPaQuYXA@mail.gmail.com>
Date: Tue, 20 Sep 2016 17:57:06 +0530
From: Muni Sekhar <munisekharrms@...il.com>
To: linux-kernel@...r.kernel.org
Subject: wake_up() or wake_up_interruptible()
Hi All,
I am using a wait_event_interruptible() in kernel thread and waking
that thread using wake_up(), and this logic is working fine.
I would like to know whether it is the correct way of waking the
thread which is in interruptible sleep mode? What about
wake_up_interruptible() API? When this should be used?
--
Thanks,
Sekhar
Powered by blists - more mailing lists