Searched refs:thread_attributes (Results 1 – 1 of 1) sorted by relevance
4520 pthread_attr_t thread_attributes; in async_thread_create() local4532 else if (pthread_attr_init(&thread_attributes)) in async_thread_create()4537 else if (pthread_attr_setdetachstate(&thread_attributes, in async_thread_create()4543 pthread_attr_destroy(&thread_attributes); in async_thread_create()4551 &thread_attributes, in async_thread_create()4558 pthread_attr_destroy(&thread_attributes); in async_thread_create()