Searched refs:thr0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c60 void *thr0 = 0; local
62 __tsan_init(&thr0, &proc0, symbolize_cb);
75 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
77 __tsan_func_enter(thr0, (char*)&main + 1);
78 __tsan_malloc(thr0, (char*)&barfoo + 1, buf, 10);
79 __tsan_release(thr0, buf);
80 __tsan_release_merge(thr0, buf);
82 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
84 __tsan_go_start(thr0, &thr2, (char*)&barfoo + 1);
85 __tsan_func_exit(thr0);
[all...]
/freebsd-12-stable/lib/libstdthreads/
H A Dthrd.c93 thrd_equal(thrd_t thr0, thrd_t thr1) argument
96 return (pthread_equal(thr0, thr1));

Completed in 105 milliseconds