Searched refs:ConditionThread (Results 1 – 1 of 1) sorted by relevance
86 class ConditionThread : public Thread class90 ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() function in ConditionThread92 ~ConditionThread( ) in ~ConditionThread()180 ConditionThread myThread1( aCond, thread_type_wait ); in set_002()184 ConditionThread myThread2( aCond, thread_type_set ); in set_002()218 ConditionThread myThread( aCond, thread_type_wait ); in reset_001()344 ConditionThread myThread( aCond, thread_type_set ); in check_002()349 ConditionThread myThread1( aCond, thread_type_reset ); in check_002()
Completed in 11 milliseconds