OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMM_ACQUIRE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
common-states.h
39
while (!uatomic_load(&_test_go,
CMM_ACQUIRE
))
/src/external/lgpl2/userspace-rcu/dist/src/
urcu-wait.h
139
if (uatomic_load(&wait->state,
CMM_ACQUIRE
) != URCU_WAIT_WAITING)
143
while (uatomic_load(&wait->state,
CMM_ACQUIRE
) == URCU_WAIT_WAITING) {
182
while (!(uatomic_load(&wait->state,
CMM_ACQUIRE
) & URCU_WAIT_TEARDOWN))
rculfhash.c
1738
size = uatomic_load(&ht->size,
CMM_ACQUIRE
);
1843
size = uatomic_load(&ht->size,
CMM_ACQUIRE
);
1858
size = uatomic_load(&ht->size,
CMM_ACQUIRE
);
1875
size = uatomic_load(&ht->size,
CMM_ACQUIRE
);
1904
size = uatomic_load(&ht->size,
CMM_ACQUIRE
);
1914
size = uatomic_load(&ht->size,
CMM_ACQUIRE
);
/src/external/lgpl2/userspace-rcu/dist/include/urcu/uatomic/
arm.h
56
case
CMM_ACQUIRE
:
x86.h
651
case
CMM_ACQUIRE
: /* Fall-through */
683
case
CMM_ACQUIRE
: /* Fall-through */
713
case
CMM_ACQUIRE
: /* Fall-through */
746
case
CMM_ACQUIRE
: /* Fall-through */
generic.h
40
case
CMM_ACQUIRE
: \
64
case
CMM_ACQUIRE
: \
/src/external/lgpl2/userspace-rcu/dist/include/urcu/
uatomic.h
15
CMM_ACQUIRE
= 2,
29
urcu_static_assert(
CMM_ACQUIRE
== __ATOMIC_ACQUIRE, "
CMM_ACQUIRE
vs __ATOMIC_ACQUIRE values mismatch", cmm_acquire_values_mismatch);
Completed in 29 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026