OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_counter
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/tests/isc/
rwlock_test.c
58
static size_t
expected_counter
= SIZE_MAX;
variable
259
expected_counter
= ITERS * nthreads * loops *
292
expected_counter
, nthreads,
293
(double)shared_counter * 100 /
expected_counter
, t / 1000000.0,
294
expected_counter
/ (t / 1000000.0));
324
expected_counter
, nthreads,
325
(double)shared_counter * 100 /
expected_counter
, t / 1000000.0,
326
expected_counter
/ (t / 1000000.0));
mutex_test.c
83
static size_t
expected_counter
= SIZE_MAX;
variable
129
expected_counter
= ITERS * workers * loops *
155
assert_int_equal(shared_counter,
expected_counter
);
192
assert_int_equal(shared_counter,
expected_counter
);
spinlock_test.c
88
static size_t
expected_counter
= SIZE_MAX;
variable
137
expected_counter
= ITERS * workers * loops *
164
assert_int_equal(shared_counter,
expected_counter
);
202
assert_int_equal(shared_counter,
expected_counter
);
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026