Results 1 to 1 of 1
Hi,
DDG says wait_event_interruptible( ) puts your process to sleep, which can interruptible by signals.
If I use this call in a char device driver ioctl( ) implementation, will this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-02-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 13
need information about wait_event_interruptible ( ) ?
Hi,
DDG says wait_event_interruptible( ) puts your process to sleep, which can interruptible by signals.
If I use this call in a char device driver ioctl( ) implementation, will this function puts entire process into sleep mode?
Is there any function which puts only thread (not process) to sleep ?
Thanks for your help


Reply With Quote
