Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Depoll-wait.c438 pthread_t wthread; in bench_epoll_wait() local
515 ret = pthread_create(&wthread, NULL, writerfn, in bench_epoll_wait()
526 ret = pthread_join(wthread, NULL); in bench_epoll_wait()