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_release
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/
rwlock.c
483
cntflag =
atomic_fetch_sub_release
(&rwl->cnt_and_flag,
513
atomic_fetch_sub_release
(&rwl->write_completions, 1);
545
atomic_fetch_sub_release
(&rwl->write_completions, 1);
566
atomic_fetch_sub_release
(&rwl->cnt_and_flag, WRITER_ACTIVE);
588
prev_cnt =
atomic_fetch_sub_release
(&rwl->cnt_and_flag,
610
atomic_fetch_sub_release
(&rwl->cnt_and_flag, WRITER_ACTIVE);
quota.c
145
INSIST(
atomic_fetch_sub_release
("a->used, 1) > 0);
stats.c
124
atomic_fetch_sub_release
(&stats->counters[counter], 1);
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
atomic.h
60
#define
atomic_fetch_sub_release
(o, v) \
macro
/src/external/mpl/dhcp/bind/include/isc/
atomic.h
62
#define
atomic_fetch_sub_release
(o, v) \
macro
/src/external/mpl/bind/dist/lib/isc/include/isc/
atomic.h
58
#define
atomic_fetch_sub_release
(o, v) \
macro
/src/external/mpl/bind/dist/lib/isc/
stats.c
115
REQUIRE(
atomic_fetch_sub_release
(&stats->counters[counter], 1) > 0);
117
atomic_fetch_sub_release
(&stats->counters[counter], 1);
rwlock.c
110
(void)
atomic_fetch_sub_release
(&rwl->writers_barrier, 1);
hashmap.c
629
INSIST(
atomic_fetch_sub_release
(&hashmap->iterators, 1) > 0);
/src/external/mpl/bind/dist/lib/dns/
adb.c
3520
active =
atomic_fetch_sub_release
(&addr->entry->active, 1);
resolver.c
1031
atomic_fetch_sub_release
(&fctx->nqueries, 1);
2210
atomic_fetch_sub_release
(&fctx->nqueries, 1);
zone.c
13508
if (
atomic_fetch_sub_release
(&stub->pending_requests, 1) == 1) {
13569
pr =
atomic_fetch_sub_release
(&args->stub->pending_requests, 1);
/src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c
4886
INSIST(
atomic_fetch_sub_release
(&addr->entry->active, 1) != 0);
resolver.c
4647
INSIST(
atomic_fetch_sub_release
(&res->nfctx, 1) > 0);
zone.c
13365
if (
atomic_fetch_sub_release
(&stub->pending_requests, 1) == 1) {
13422
INSIST(
atomic_fetch_sub_release
(&args->stub->pending_requests,
Completed in 82 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026