Home
last modified time | relevance | path

Searched refs:th1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/tests/fs/vfs/
H A Dt_rmdirrace.c69 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 Dasan_mac_test.cc55 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 Dkern_tc.c127 static struct timehands th1 = { .th_next = &th2, }; variable
133 .th_next = &th1,