OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expected_counter
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/tests/isc/
mutex_test.c
85
static size_t
expected_counter
= SIZE_MAX;
variable
130
expected_counter
= ITERS * workers * loops *
156
assert_int_equal(shared_counter,
expected_counter
);
193
assert_int_equal(shared_counter,
expected_counter
);
spinlock_test.c
89
static size_t
expected_counter
= SIZE_MAX;
variable
138
expected_counter
= ITERS * workers * loops *
165
assert_int_equal(shared_counter,
expected_counter
);
203
assert_int_equal(shared_counter,
expected_counter
);
rwlock_test.c
59
static size_t
expected_counter
= SIZE_MAX;
variable
262
expected_counter
= ITERS * nthreads * loops *
295
expected_counter
, nthreads,
296
(double)shared_counter * 100 /
expected_counter
, t / 1000000.0,
297
expected_counter
/ (t / 1000000.0));
327
expected_counter
, nthreads,
328
(double)shared_counter * 100 /
expected_counter
, t / 1000000.0,
329
expected_counter
/ (t / 1000000.0));
Completed in 16 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026