Searched refs:Condition (Results 1 - 11 of 11) sorted by relevance

/system/core/include/utils/
H A DCondition.h38 * Condition variable class. The implementation is system-dependent.
40 * Condition variables are paired up with mutexes. Lock the mutex,
43 * use the same mutex for a given Condition.
50 class Condition { class in namespace:android
62 Condition();
63 explicit Condition(int type);
64 ~Condition();
95 inline Condition::Condition() : Condition(PRIVAT function in class:android::Condition
97 inline Condition::Condition(int type) { function in class:android::Condition
[all...]
H A Dthreads.h31 #include <utils/Condition.h>
H A DThread.h28 #include <utils/Condition.h>
98 Condition mThreadExitedCondition;
H A DMutex.h35 class Condition;
93 friend class Condition;
/system/core/libutils/include/utils/
H A DCondition.h38 * Condition variable class. The implementation is system-dependent.
40 * Condition variables are paired up with mutexes. Lock the mutex,
43 * use the same mutex for a given Condition.
50 class Condition { class in namespace:android
62 Condition();
63 explicit Condition(int type);
64 ~Condition();
95 inline Condition::Condition() : Condition(PRIVAT function in class:android::Condition
97 inline Condition::Condition(int type) { function in class:android::Condition
[all...]
H A Dthreads.h31 #include <utils/Condition.h>
H A DThread.h28 #include <utils/Condition.h>
98 Condition mThreadExitedCondition;
H A DMutex.h35 class Condition;
93 friend class Condition;
/system/tools/hidl/test/
H A DFooCallback.h8 #include <utils/Condition.h>
34 Condition mCond;
H A Dhidl_test_client.cpp61 #include <utils/Condition.h>
116 using ::android::Condition;
/system/core/libutils/
H A DThreads.cpp406 * Condition class
516 Condition::Condition()
536 Condition::~Condition()
547 status_t Condition::wait(Mutex& mutex)
555 status_t Condition::waitRelative(Mutex& mutex, nsecs_t reltime)
567 void Condition::signal()
595 void Condition::broadcast()

Completed in 126 milliseconds