Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/bench/
Dsched-messaging.c37 static bool thread_mode = false; variable
115 if (!thread_mode) in receiver()
144 if (!thread_mode) { in create_worker()
182 if (!thread_mode) { in reap_worker()
225 if (!thread_mode) in group()
239 if (!thread_mode) in group()
250 OPT_BOOLEAN('t', "thread", &thread_mode,
309 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()
312 thread_mode ? "threads" : "processes"); in bench_sched_messaging()