Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/bench/
Depoll-wait.c433 pthread_t wthread; in bench_epoll_wait() local
510 ret = pthread_create(&wthread, NULL, writerfn, in bench_epoll_wait()
521 ret = pthread_join(wthread, NULL); in bench_epoll_wait()