Searched refs:thr1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c81 void *thr1 = 0; local
82 __tsan_go_start(thr0, &thr1, (char*)&barfoo + 1);
86 __tsan_func_enter(thr1, (char*)&foobar + 1);
87 __tsan_func_enter(thr1, (char*)&foobar + 1);
88 __tsan_write(thr1, buf, (char*)&barfoo + 1);
89 __tsan_acquire(thr1, buf);
90 __tsan_func_exit(thr1);
91 __tsan_func_exit(thr1);
92 __tsan_go_end(thr1);
/freebsd-12-stable/lib/libstdthreads/
H A Dthrd.c93 thrd_equal(thrd_t thr0, thrd_t thr1) argument
96 return (pthread_equal(thr0, thr1));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp76 ThreadState *thr1 = static_cast<ThreadState*>(arg); local
77 sync.Reset(&thr1->proc()->clock_cache);
/freebsd-12-stable/sys/dev/bwi/
H A Dbwirf.c2183 int32_t thr1, thr2; local
2198 thr1 = 0x2b;
2201 thr1 = 0x2d;
2206 thr1 = _nrssi_threshold(&mac->mac_rf, 0x11);
2213 thr = __SHIFTIN((uint32_t)thr1, NRSSI_THR1_MASK) |

Completed in 117 milliseconds