Searched refs:thr0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | test.c | 61 void *thr0 = 0; in main() local 63 __tsan_init(&thr0, &proc0, symbolize_cb); in main() 76 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 78 __tsan_func_enter(thr0, (char*)&main + 1); in main() 79 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10); in main() 80 __tsan_release(thr0, buf); in main() 81 __tsan_release_acquire(thr0, buf); in main() 82 __tsan_release_merge(thr0, buf); in main() 84 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1); in main() 86 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1); in main() [all …]
|
/freebsd/lib/libstdthreads/ |
H A D | thrd.c | 89 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument 92 return (pthread_equal(thr0, thr1)); in thrd_equal()
|