Searched refs:ConditionThread (Results 1 – 1 of 1) sorted by relevance
92 class ConditionThread : public Thread class96 ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() function in ConditionThread98 ~ConditionThread( ) in ~ConditionThread()164 ConditionThread myThread1( aCond, thread_type_wait ); in TEST()168 ConditionThread myThread2( aCond, thread_type_set ); in TEST()189 ConditionThread myThread( aCond, thread_type_wait ); in TEST()278 ConditionThread myThread( aCond, thread_type_set ); in TEST()283 ConditionThread myThread1( aCond, thread_type_reset ); in TEST()
Completed in 18 milliseconds