OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_num_iterations
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/drd/tests/
rwlock_test.c
20
static int
s_num_iterations
= 1000;
variable
31
for (i =
s_num_iterations
; i > 0; i--)
68
s_num_iterations
= atoi(optarg);
106
expected_counter = threads_created *
s_num_iterations
;
Completed in 484 milliseconds