OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acq_rel
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h
139
void
acq_rel
(ClockCache *c, SyncClock *dst);
tsan_clock.cc
39
// void ThreadClock::
acq_rel
(SyncClock *dst) {
312
void ThreadClock::
acq_rel
(ClockCache *c, SyncClock *dst) {
function in class:__tsan::ThreadClock
tsan_rtl_mutex.cc
509
thr->clock.
acq_rel
(&thr->proc()->clock_cache, c);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc
50
vector.
acq_rel
(&cache, &chunked);
340
void
acq_rel
(SimpleSyncClock *dst) {
function in struct:__tsan::SimpleThreadClock
409
printf("
acq_rel
thr%d <> clk%d\n", tid, cid);
410
thr0[tid]->
acq_rel
(sync0[cid]);
411
thr1[tid]->
acq_rel
(&cache, sync1[cid]);
Completed in 24 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026