OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_fetch_sub_acq_rel
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
refcount.h
125
__v = (uint_fast32_t)
atomic_fetch_sub_acq_rel
(target, 1);
134
__v =
atomic_fetch_sub_acq_rel
(target, 1); \
atomic.h
68
#define
atomic_fetch_sub_acq_rel
(o, v) \
macro
/src/external/mpl/bind/dist/lib/isc/
quota.c
79
uint_fast32_t used =
atomic_fetch_sub_acq_rel
("a->used, 1);
111
(void)
atomic_fetch_sub_acq_rel
("a->used, 1);
/src/external/mpl/dhcp/bind/include/isc/
atomic.h
70
#define
atomic_fetch_sub_acq_rel
(o, v) \
macro
/src/external/mpl/bind/dist/lib/isc/include/isc/
atomic.h
70
#define
atomic_fetch_sub_acq_rel
(o, v) \
macro
refcount.h
101
__v =
atomic_fetch_sub_acq_rel
(target, 1); \
/src/external/mpl/bind/dist/lib/dns/
rpz.c
1679
INSIST(
atomic_fetch_sub_acq_rel
(&rpz->rpzs->zones_processed,
1684
INSIST(
atomic_fetch_sub_acq_rel
(&rpz->rpzs->zones_registered,
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026