Home
last modified time | relevance | path

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

/tools/perf/bench/
Depoll-ctl.c224 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
262 attrp = &thread_attr; in do_threads()
265 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
Depoll-wait.c293 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
351 attrp = &thread_attr; in do_threads()
354 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()