HomeSort by: relevance | last modified time | path
    Searched refs:th1 (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/fs/vfs/
t_rmdirrace.c 69 pthread_t th1, th2; local
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
56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL);
57 PTHREAD_JOIN(th1, NULL);
  /src/sys/kern/
kern_tc.c 128 static struct timehands th1 = { .th_next = &th2, }; variable in typeref:struct:timehands
134 .th_next = &th1,

Completed in 17 milliseconds