Searched refs:testThread (Results 1 – 1 of 1) sorted by relevance
42 static OSThread testThread; variable64 if( ! OSCreateThread( &testThread, DoTest, NULL, in main()70 if ( OSResumeThread( &testThread ) < 0 ) in main()75 while ( ! OSIsThreadTerminated(&testThread) ) in main()85 if( ! OSJoinThread( &testThread, (void**)&result ) ) in main()