Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/bench/
Dsched-messaging.c36 static bool thread_mode = false; variable
120 if (!thread_mode) in receiver()
149 if (!thread_mode) { in create_worker()
189 if (!thread_mode) { in reap_worker()
232 if (!thread_mode) in group()
246 if (!thread_mode) in group()
257 OPT_BOOLEAN('t', "thread", &thread_mode,
316 num_fds, thread_mode ? "threads" : "processes"); in bench_sched_messaging()
319 thread_mode ? "threads" : "processes"); in bench_sched_messaging()