Home
last modified time | relevance | path

Searched refs:thread_mode (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/bench/
Dsched-messaging.c39 static bool thread_mode = false; variable
117 if (!thread_mode) in receiver()
146 if (!thread_mode) { in create_worker()
184 if (!thread_mode) { in reap_worker()
227 if (!thread_mode) in group()
241 if (!thread_mode) in group()
252 OPT_BOOLEAN('t', "thread", &thread_mode,
310 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()
313 thread_mode ? "threads" : "processes"); in bench_sched_messaging()