Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_attr.cpp158 static int __pthread_attr_getstack_main_thread(void** stack_base, size_t* stack_size) { in __pthread_attr_getstack_main_thread() function
209 return __pthread_attr_getstack_main_thread(&attr->stack_base, &attr->stack_size); in pthread_getattr_np()