Home
last modified time | relevance | path

Searched refs:ConditionThread (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx86 class ConditionThread : public Thread class
90 ConditionThread( ::osl::Condition& Con, ConditionType tType): m_MyCon( Con ), m_MyType( tType ) { } in ConditionThread() function in ConditionThread
92 ~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