On Wed, Aug 27, 2008 at 4:17 PM, NAHieu <[EMAIL PROTECTED]> wrote: > Hi, > > I am wondering if it is true that all syscalls can sleep? Is there any > exception?
None, AFAIK. All syscalls are invoked from the user context, so they can very well sleep. thanks, --Pradeep > > Thanks, > H > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- play the game -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ
