Subject: equivalent for wait_event_interruptible in netbsd ?
To: None <tech-kern@netbsd.org>
From: Nalin Gupta <nalingupta2000@gmail.com>
List: tech-kern
Date: 02/09/2007 17:48:01
Hello,

Could any one advice me how to achieve linux
"wait_event_interruptible" like functionality.

where I need a process making ioctl to go for sleep on some queue for
some timeout and condition.

I guess tsleep could be used for this.

But for its very first parameter "ident" , I am unsure about it,
except it is address to any identifier.

regards,
- nalin