| /src/tests/fs/vfs/ |
| t_rmdirrace.c | 69 pthread_t th1, th2; local 86 res = pthread_create(&th2, NULL, func2, &quit); 94 res = pthread_join(th2, NULL);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_mac_test.cc | 55 pthread_t th1, th2; local 58 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL); 59 PTHREAD_JOIN(th2, NULL);
|
| /src/sys/kern/ |
| kern_tc.c | 127 static struct timehands th2 = { .th_next = &th3, }; variable in typeref:struct:timehands 128 static struct timehands th1 = { .th_next = &th2, };
|