OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:creads
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/tests/isc/
doh_test.c
74
static atomic_int_fast64_t
creads
= 0;
variable
323
atomic_store(&
creads
, 0);
437
have_expected_creads(atomic_fetch_add(&
creads
, 1) + 1))
563
assert_int_equal(0, atomic_load(&
creads
));
740
atomic_fetch_add(&
creads
, 1);
831
X(
creads
);
836
assert_int_equal(atomic_load(&
creads
), 1);
962
X(
creads
);
967
assert_int_equal(atomic_load(&
creads
), 2);
1058
X(
creads
);
[
all
...]
netmgr_common.c
77
atomic_int_fast64_t
creads
= 0;
variable
150
atomic_store(&
creads
, 0);
342
if (have_expected_creads(atomic_fetch_add(&
creads
, 1) + 1)) {
773
atomic_assert_int_eq(
creads
, 0);
901
X(
creads
);
906
atomic_assert_int_eq(
creads
, 0);
1115
atomic_assert_int_eq(
creads
, expected_creads);
1195
atomic_assert_int_eq(
creads
, expected_creads);
1258
X(
creads
);
1263
CHECK_RANGE_FULL(
creads
);
[
all
...]
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026