OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mo_acq_rel
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_atomic.cc
46
return mo == mo_release || mo ==
mo_acq_rel
|| mo == mo_seq_cst;
51
|| mo ==
mo_acq_rel
|| mo == mo_seq_cst;
55
return mo ==
mo_acq_rel
|| mo == mo_seq_cst;
203
case
mo_acq_rel
: return memory_order_acq_rel;
518
: mo ==
mo_acq_rel
? StatAtomicAcq_Rel
920
ATOMIC_RET(FetchAdd, *(a32*)(a+16), *(a32**)a, *(a32*)(a+8),
mo_acq_rel
);
925
ATOMIC_RET(FetchAdd, *(a64*)(a+16), *(a64**)a, *(a64*)(a+8),
mo_acq_rel
);
930
ATOMIC_RET(Exchange, *(a32*)(a+16), *(a32**)a, *(a32*)(a+8),
mo_acq_rel
);
935
ATOMIC_RET(Exchange, *(a64*)(a+16), *(a64**)a, *(a64*)(a+8),
mo_acq_rel
);
943
ATOMIC_RET(CAS, cur, *(a32**)a, cmp, *(a32*)(a+12),
mo_acq_rel
, mo_acquire)
[
all
...]
tsan_interceptors_mac.cc
39
// conservative and treat the non-barrier versions as
mo_acq_rel
.
40
static const morder kMacOrderBarrier =
mo_acq_rel
;
41
static const morder kMacOrderNonBarrier =
mo_acq_rel
;
379
// the
mo_acq_rel
semantics of the atomic decrement are visible.
tsan_interface.h
209
mo_acq_rel
,
enumerator in enum:__tsan::__anon8650df4f0103
Completed in 74 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025