Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Depoll-wait.c421 pthread_t wthread; in bench_epoll_wait() local
497 ret = pthread_create(&wthread, NULL, writerfn, in bench_epoll_wait()
508 ret = pthread_join(wthread, NULL); in bench_epoll_wait()