OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wait_event_interruptible
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
wait.h
245
*
wait_event_interruptible
- sleep until a condition gets true
259
#define
wait_event_interruptible
(wq, condition) \
macro
/external/oprofile/module/
oprofile.c
99
* us and the code for
wait_event_interruptible
()) disable interrupts so it's
325
wait_event_interruptible
(oprof_wait, is_ready());
Completed in 184 milliseconds