OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsan_memory_order_natomic
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/tsan/
ts_atomic.h
42
//
tsan_memory_order_natomic
stands for "non atomic" and expresses
47
tsan_memory_order_natomic
= 1 << 0,
enumerator in enum:tsan_memory_order
ts_atomic.cc
35
case
tsan_memory_order_natomic
: return "natomic";
103
CHECK(mo & (
tsan_memory_order_natomic
109
CHECK(mo & (
tsan_memory_order_natomic
thread_sanitizer.cc
[
all
...]
Completed in 3456 milliseconds