Searched refs:attrp (Results 1 – 2 of 2) sorted by relevance
225 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local263 attrp = &thread_attr; in do_threads()266 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()
294 pthread_attr_t thread_attr, *attrp = NULL; in do_threads() local352 attrp = &thread_attr; in do_threads()355 ret = pthread_create(&w->thread, attrp, workerfn, in do_threads()