Searched defs:thread_attr (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_create.cpp218 pthread_attr_t thread_attr; local
220 pthread_attr_init(&thread_attr);
222 thread_attr = *attr;
228 int result = __allocate_thread(&thread_attr, &thread, &child_stack);

Completed in 139 milliseconds