Searched defs:NUM_CONTEXTS (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/unittest/
H A Dbigtest.cc232 int NUM_CONTEXTS; member in struct:one_lock::Params
252 int id = rand() % params.NUM_CONTEXTS;
278 params.NUM_CONTEXTS = round(params.num_contexts);
279 if (params.NUM_CONTEXTS <= 0)
280 params.NUM_CONTEXTS = 1;
283 contexts = new TestContext[params.NUM_CONTEXTS];
290 int id = rand() % NUM_CONTEXTS;
305 int atomic_integers[NUM_CONTEXTS] = {0};
308 int id = rand() % NUM_CONTEXTS;
319 const int NUM_CONTEXTS
448 int NUM_CONTEXTS; member in struct:publishing::condvar::Params
[all...]

Completed in 37 milliseconds