OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tsan_ld_acq
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/include/internal/
tsan_assist.h
61
# define
tsan_ld_acq
(ptr) atomic_load_explicit((ptr), memory_order_acquire)
macro
74
# define
tsan_ld_acq
(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE)
macro
125
# define
tsan_ld_acq
(ptr) (*(ptr))
macro
145
* Lack of
tsan_ld_acq
and tsan_ld_rel means that compiler support is not
147
* protected with #ifdef
tsan_ld_acq
with locked fallback.
/src/crypto/external/bsd/openssl.old/dist/include/internal/
tsan_assist.h
61
# define
tsan_ld_acq
(ptr) atomic_load_explicit((ptr), memory_order_acquire)
macro
74
# define
tsan_ld_acq
(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE)
macro
125
# define
tsan_ld_acq
(ptr) (*(ptr))
macro
139
* Lack of
tsan_ld_acq
and tsan_ld_rel means that compiler support is not
141
* protected with #ifdef
tsan_ld_acq
with locked fallback.
/src/crypto/external/apache2/openssl/dist/include/internal/
tsan_assist.h
64
#define
tsan_ld_acq
(ptr) atomic_load_explicit((ptr), memory_order_acquire)
macro
76
#define
tsan_ld_acq
(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE)
macro
123
#define
tsan_ld_acq
(ptr) (*(ptr))
macro
142
* Lack of
tsan_ld_acq
and tsan_ld_rel means that compiler support is not
144
* protected with #ifdef
tsan_ld_acq
with locked fallback.
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026