OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_load_relaxed
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/include/sys/
t_pslist.c
39
#define
atomic_load_relaxed
(p) (*(p))
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_atomic.h
76
INLINE typename T::Type
atomic_load_relaxed
(const volatile T *a) {
function in namespace:__sanitizer
/src/lib/libpthread/
pthread_cond.c
48
#define
atomic_load_relaxed
(p) \
macro
146
if (__predict_false(
atomic_load_relaxed
(&self->pt_cancel) &
176
!(cancel =
atomic_load_relaxed
(&self->pt_cancel) &
pthread_cancelstub.c
95
#define
atomic_load_relaxed
(p) \
macro
152
__predict_false(
atomic_load_relaxed
(&(id)->pt_cancel) & \
pthread.c
73
#define
atomic_load_relaxed
(p) \
macro
894
old =
atomic_load_relaxed
(&thread->pt_cancel);
936
old =
atomic_load_relaxed
(&self->pt_cancel);
1011
old =
atomic_load_relaxed
(&self->pt_cancel);
1073
* We use
atomic_load_relaxed
and then a conditional
1080
if (__predict_false(
atomic_load_relaxed
(&self->pt_cancel) &
1267
(
atomic_load_relaxed
(&self->pt_cancel) &
/src/sys/sys/
atomic.h
445
#define
atomic_load_relaxed
(p) \
macro
502
o =
atomic_load_relaxed
(p32);
514
o =
atomic_load_relaxed
(p32);
544
#define
atomic_load_relaxed
(p) \
552
const __typeof__(*(p)) __al_val =
atomic_load_relaxed
(p); \
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025