Searched refs:th1 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/tests/fs/vfs/ |
| H A D | t_rmdirrace.c | 69 pthread_t th1, th2; in race() local 83 res = pthread_create(&th1, NULL, func1, &quit); in race() 97 res = pthread_join(th1, NULL); in race()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_mac_test.cc | 55 pthread_t th1, th2; in CFAllocator_PassMemoryToAnotherThread() local 56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); in CFAllocator_PassMemoryToAnotherThread() 57 PTHREAD_JOIN(th1, NULL); in CFAllocator_PassMemoryToAnotherThread()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_tc.c | 127 static struct timehands th1 = { .th_next = &th2, }; variable 133 .th_next = &th1,
|