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

/bionic/libc/bionic/
H A Dpthread_exit.cpp93 bool user_allocated_stack = thread->user_allocated_stack(); local
105 if (!user_allocated_stack) {
121 if (user_allocated_stack) {
H A Dpthread_internal.h71 bool user_allocated_stack() { function in struct:pthread_internal_t

Completed in 637 milliseconds