HomeSort by relevance Sort by last modified time
    Searched refs:user_allocated_stack (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
pthread_exit.cpp 93 bool user_allocated_stack = thread->user_allocated_stack(); local
105 if (!user_allocated_stack) {
121 if (user_allocated_stack) {
pthread_internal.h 71 bool user_allocated_stack() { function in struct:pthread_internal_t
pthread_create.cpp 54 if (thread->user_allocated_stack()) {
230 if (!thread->user_allocated_stack()) {

Completed in 582 milliseconds