Searched refs:newthread (Results 1 – 1 of 1) sorted by relevance
554 myThread* newthread = new myThread(); in create_001() local555 sal_Bool bRes = newthread->create(); in create_001()559 sal_Bool isRunning = newthread->isRunning(); // check if thread is running in create_001()562 sal_Int32 nValue = newthread->getValue(); in create_001()564 termAndJoinThread(newthread); in create_001()565 delete newthread; in create_001()581 myThread* newthread = new myThread(); in create_002() local582 sal_Bool res1 = newthread->create(); in create_002()583 sal_Bool res2 = newthread->create(); in create_002()585 termAndJoinThread(newthread); in create_002()[all …]