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

/bionic/libc/bionic/
H A Dpthread_create.cpp273 pthread_attr_t thread_attr; local
275 pthread_attr_init(&thread_attr);
277 thread_attr = *attr;
283 int result = __allocate_thread(&thread_attr, &thread, &child_stack);

Completed in 128 milliseconds