OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csends
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/tests/isc/
doh_test.c
73
static atomic_int_fast64_t
csends
= 0;
variable
322
atomic_store(&
csends
, 0);
436
if (have_expected_csends(atomic_fetch_add(&
csends
, 1) + 1) ||
562
assert_int_equal(0, atomic_load(&
csends
));
625
atomic_fetch_add(&
csends
, 1);
739
atomic_fetch_add(&
csends
, 1);
830
X(
csends
);
835
assert_int_equal(atomic_load(&
csends
), 1);
961
X(
csends
);
966
assert_int_equal(atomic_load(&
csends
), 2)
[
all
...]
netmgr_common.c
76
atomic_int_fast64_t
csends
= 0;
variable
149
atomic_store(&
csends
, 0);
300
if (have_expected_csends(atomic_fetch_add(&
csends
, 1) + 1)) {
772
atomic_assert_int_eq(
csends
, 0);
821
atomic_fetch_add(&
csends
, 1);
900
X(
csends
);
1111
atomic_assert_int_eq(
csends
, expected_csends);
1191
atomic_assert_int_eq(
csends
, expected_csends);
1257
X(
csends
);
1262
CHECK_RANGE_FULL(
csends
);
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026