Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dfutex-wake-parallel.c130 static void *blocked_workerfn(void *arg __maybe_unused) in blocked_workerfn() function
174 if (pthread_create(&w[i], &thread_attr, blocked_workerfn, NULL)) { in block_threads()