Home | Sort by: relevance | last modified time | path |
/src/tests/fs/vfs/ | |
t_rmdirrace.c | 69 pthread_t th1, th2; local in function:race 83 res = pthread_create(&th1, NULL, func1, &quit); 97 res = pthread_join(th1, NULL); |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ | |
asan_mac_test.cc | 55 pthread_t th1, th2; local in function:__anon74ac0ea70110::CFAllocator_PassMemoryToAnotherThread 56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); 57 PTHREAD_JOIN(th1, NULL); |
/src/sys/kern/ | |
kern_tc.c | 127 static struct timehands th1 = { .th_next = &th2, }; variable in typeref:struct:timehands 133 .th_next = &th1, |