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

/bionic/libc/bionic/
H A Dpthread_attr.cpp147 static int __pthread_attr_getstack_main_thread(void** stack_base, size_t* stack_size) { function
210 return __pthread_attr_getstack_main_thread(&attr->stack_base, &attr->stack_size);

Completed in 999 milliseconds