Searched refs:aThread (Results 1 – 2 of 2) sorted by relevance
101 pthread_t aThread[5]; in main() local120 for(i=0; i<sizeof(aThread)/sizeof(aThread[0]); i++){ in main()121 pthread_create(&aThread[i], 0, worker, (void*)i); in main()123 for(i=0; i<sizeof(aThread)/sizeof(aThread[i]); i++){ in main()124 pthread_join(aThread[i], 0); in main()
280 Thread *aThread; /* Array of Thread structures */ member303 p->aThread = (Thread *)&p[1]; in testThreadInit()315 testFree(p->aThread[i].zMsg); in testThreadShutdown()324 iThread = (pThread - pThread->pThreadSet->aThread); in ttMain()343 pThread = &p->aThread[iThread]; in testThreadLaunch()386 Thread *pThread = &pThreadSet->aThread[i]; in testThreadWait()405 testFree(pThreadSet->aThread[iThread].zMsg); in testThreadSetResult()406 pThreadSet->aThread[iThread].rc = rc; in testThreadSetResult()407 pThreadSet->aThread[iThread].zMsg = 0; in testThreadSetResult()423 if( pzRes ) *pzRes = pThreadSet->aThread[iThread].zMsg; in testThreadGetResult()[all …]