OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait_event
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/linux/
wait.h
169
*
wait_event
- sleep until a condition gets true
180
#define
wait_event
(wq, condition) \
macro
360
* They are racy. DO NOT use them, use the
wait_event
* interfaces above.
fs.h
924
wait_event
((sb)->s_wait_unfrozen, ((sb)->s_frozen < (level)))
[
all
...]
/external/chromium/base/synchronization/
condition_variable_win.cc
292
2) Why can't you use a single
wait_event
for all threads that call
353
the
wait_event
may actually be re-used *before* step (e) is reached.
358
allocate the
wait_event
for use in a given call to Wait(). This
Completed in 216 milliseconds