Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx180 ConditionThread myThread1( aCond, thread_type_wait ); in set_002() local
181 myThread1.create(); in set_002()
182 bRes = myThread1.isRunning( ); in set_002()
187 bRes1 = myThread1.isRunning( ); in set_002()
190 myThread1.join( ); in set_002()
349 ConditionThread myThread1( aCond, thread_type_reset ); in check_002() local
350 myThread1.create( ); in check_002()
351 myThread1.join( ); in check_002()
/aoo4110/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx316 PutThread myThread1( &m_Data ); in ctor_001() local
319 myThread1.create( ); in ctor_001()
323 myThread1.join( ); in ctor_001()
355 IncreaseThread myThread1( &m_Res ); in ctor_002() local
358 myThread1.create( ); in ctor_002()
362 myThread1.join( ); in ctor_002()

Completed in 13 milliseconds