Searched refs:myThread1 (Results 1 – 2 of 2) sorted by relevance
180 ConditionThread myThread1( aCond, thread_type_wait ); in set_002() local181 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() local350 myThread1.create( ); in check_002()351 myThread1.join( ); in check_002()
316 PutThread myThread1( &m_Data ); in ctor_001() local319 myThread1.create( ); in ctor_001()323 myThread1.join( ); in ctor_001()355 IncreaseThread myThread1( &m_Res ); in ctor_002() local358 myThread1.create( ); in ctor_002()362 myThread1.join( ); in ctor_002()
Completed in 20 milliseconds