Searched refs:Condition (Results 1 – 3 of 3) sorted by relevance
41 using Condition = GenericConditionTest<MutexWrapper, ConditionWrapper>; typedef44 RUN_TEST(Condition::condition_test);45 RUN_TEST(Condition::condition_timeout_test);
14 template <typename Mutex, typename Condition>77 Condition cond; in condition_timeout_test()92 Condition cond;
100 template <typename Condition, typename Mutex>101 static inline zx_status_t timedwait(Condition* c, Mutex* mutex, zx_time_t deadline, in timedwait()244 template <typename Condition>245 static inline void signal(Condition* c, int n) { in signal()
Completed in 4 milliseconds