Searched refs:npassive (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/bench/
H A Dbreakpoint.c177 unsigned int npassive; member in struct:__anon371
181 .npassive = 0,
185 OPT_UINTEGER('p', "passive", &enable_params.npassive, "Specify amount of passive threads"),
196 // then starts npassive threads that block and nactive threads that actively spin
219 nthreads = enable_params.npassive + enable_params.nactive;
226 i < enable_params.npassive ? passive_thread : active_thread, &done))
240 futex_wake(&done, enable_params.npassive, 0);
248 bench_repeat, enable_params.npassive, enable_params.nactive);

Completed in 118 milliseconds