OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKE_UP_ALL
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/thread/
Barrier.h
27
Barrier(Condition::WakeUpType type = Condition::
WAKE_UP_ALL
) : mType(type), mOpened(false) { }
Signal.h
29
Signal(Condition::WakeUpType type = Condition::
WAKE_UP_ALL
) : mType(type), mSignaled(false) { }
/system/core/include/utils/
Condition.h
53
WAKE_UP_ALL
= 1
Completed in 190 milliseconds