OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsends
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/tests/isc/
doh_test.c
70
static atomic_int_fast64_t
nsends
= 0;
variable
117
#define
NSENDS
100
319
atomic_store(&total_sends,
NSENDS
* NWRITES);
320
atomic_store(&
nsends
, atomic_load(&total_sends));
435
(void)atomic_fetch_sub(&
nsends
, 1);
738
int_fast64_t sends = atomic_fetch_sub(&
nsends
, 1);
767
int64_t sends = atomic_load(&
nsends
);
804
atomic_store(&
nsends
, atomic_load(&total_sends));
931
atomic_store(&
nsends
, atomic_load(&total_sends));
1032
atomic_store(&
nsends
, 1000)
[
all
...]
netmgr_common.c
68
atomic_int_fast64_t
nsends
= 0;
variable
140
esends =
NSENDS
* workers;
142
atomic_store(&
nsends
, esends);
1098
atomic_store(&
nsends
, 1);
1176
atomic_store(&
nsends
, 2);
1205
nsends
= expected_creads = workers;
2238
expected_cconnects = (workers + 1) *
NSENDS
;
2241
expected_creads = workers *
NSENDS
;
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026