OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WakeUpType
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/thread/
Barrier.h
27
Barrier(Condition::
WakeUpType
type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { }
49
Condition::
WakeUpType
mType;
Signal.h
29
Signal(Condition::
WakeUpType
type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
47
Condition::
WakeUpType
mType;
Future.h
30
Future(Condition::
WakeUpType
type = Condition::WAKE_UP_ONE): mBarrier(type), mResult() { }
/frameworks/native/include/utils/
Condition.h
51
enum
WakeUpType
{
66
void signal(
WakeUpType
type) {
Completed in 3161 milliseconds