OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AtomicExchange
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/tsan/
ts_lock.h
76
ALWAYS_INLINE uintptr_t
AtomicExchange
(uintptr_t *ptr, uintptr_t new_value) {
96
ALWAYS_INLINE uintptr_t
AtomicExchange
(uintptr_t *ptr, uintptr_t new_value) {
114
uintptr_t
AtomicExchange
(uintptr_t *ptr, uintptr_t new_value);
ts_util.cc
734
uintptr_t
AtomicExchange
(uintptr_t *ptr, uintptr_t new_value) {
Completed in 352 milliseconds