Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Dsched-messaging.c36 static bool thread_mode = false; variable
114 if (!thread_mode) in receiver()
143 if (!thread_mode) { in create_worker()
181 if (!thread_mode) { in reap_worker()
224 if (!thread_mode) in group()
238 if (!thread_mode) in group()
249 OPT_BOOLEAN('t', "thread", &thread_mode,
307 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()
310 thread_mode ? "threads" : "processes"); in bench_sched_messaging()