OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr1
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
test.c
82
void *
thr1
= 0;
local
83
__tsan_go_start(thr0, &
thr1
, (char*)&barfoo + 1);
87
__tsan_func_enter(
thr1
, (char*)&foobar + 1);
88
__tsan_func_enter(
thr1
, (char*)&foobar + 1);
89
__tsan_write(
thr1
, buf, (char*)&barfoo + 1);
90
__tsan_acquire(
thr1
, buf);
91
__tsan_func_exit(
thr1
);
92
__tsan_func_exit(
thr1
);
93
__tsan_go_end(
thr1
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc
98
ThreadClock
thr1
(1);
99
thr1
.tick();
104
thr1
.ReleaseStore(&cache, &sync);
370
ThreadClock *
thr1
[kThreads];
local
375
thr1
[i] = new ThreadClock(i, reused[i]);
392
thr1
[tid]->tick();
399
thr1
[tid]->acquire(&cache, sync1[cid]);
405
thr1
[tid]->release(&cache, sync1[cid]);
411
thr1
[tid]->acq_rel(&cache, sync1[cid]);
417
thr1
[tid]->ReleaseStore(&cache, sync1[cid])
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc
77
ThreadState *
thr1
= static_cast<ThreadState*>(arg);
local
78
sync.Reset(&
thr1
->proc()->clock_cache);
/src/sys/dev/ic/
bwi.c
5952
int32_t
thr1
, thr2;
local
5967
thr1
= 0x2b;
5970
thr1
= 0x2d;
5975
thr1
= _nrssi_threshold(&mac->mac_rf, 0x11);
5981
thr = __SHIFTIN((uint32_t)
thr1
, NRSSI_THR1_MASK) |
Completed in 31 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026