Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/bench/
Depoll-ctl.c226 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
264 attrp = &thread_attr; in do_threads()
267 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
Depoll-wait.c295 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
353 attrp = &thread_attr; in do_threads()
356 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()