Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c129 static void *null_fn(void *arg) in null_fn() function
161 rc = pthread_create(&tid, &attr, null_fn, NULL); in bench_thread()