Home | History | Annotate | Download | only in tests

Lines Matching refs:th

143   pthread_t th;
144 PTHREAD_CREATE(&th, NULL, TSDWorker, NULL);
145 PTHREAD_JOIN(th, NULL);
156 pthread_t th;
159 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key);
160 PTHREAD_JOIN(th, NULL);