Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Depoll-ctl.c225 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
263 attrp = &thread_attr; in do_threads()
266 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
H A Depoll-wait.c294 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local
352 attrp = &thread_attr; in do_threads()
355 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()