OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pending_requests
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
739
atomic_uint_fast32_t
pending_requests
;
member in struct:dns_stub
13508
if (atomic_fetch_sub_release(&stub->
pending_requests
, 1) == 1) {
13558
atomic_fetch_add_release(&args->stub->
pending_requests
, 1);
13569
pr = atomic_fetch_sub_release(&args->stub->
pending_requests
, 1);
13906
atomic_fetch_add(&stub->
pending_requests
, 1);
13928
if (atomic_fetch_sub(&stub->
pending_requests
, 1) == 1) {
14842
atomic_init(&stub->
pending_requests
, 0);
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
722
atomic_uint_fast32_t
pending_requests
;
member in struct:dns_stub
13365
if (atomic_fetch_sub_release(&stub->
pending_requests
, 1) == 1) {
13413
atomic_fetch_add_release(&args->stub->
pending_requests
, 1);
13422
INSIST(atomic_fetch_sub_release(&args->stub->
pending_requests
,
13757
atomic_fetch_add(&stub->
pending_requests
, 1);
13780
if (atomic_fetch_sub(&stub->
pending_requests
, 1) == 1) {
14707
atomic_init(&stub->
pending_requests
, 0);
Completed in 51 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026