HomeSort by: relevance | last modified time | path
    Searched defs:cond_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix.cc 110 static void *cond_thread(void *p) { function in typeref:typename:void *
138 EXPECT_EQ(__interceptor_pthread_create(&th, 0, cond_thread, &ctx), 0);
tsan_posix.cc 110 static void *cond_thread(void *p) { function in typeref:typename:void *
138 EXPECT_EQ(__interceptor_pthread_create(&th, 0, cond_thread, &ctx), 0);

Completed in 173 milliseconds