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

  /bionic/libc/bionic/
pthread_exit.cpp 50 c->__cleanup_prev = thread->cleanup_stack;
51 thread->cleanup_stack = c;
56 thread->cleanup_stack = c->__cleanup_prev;
70 while (thread->cleanup_stack) {
71 __pthread_cleanup_t* c = thread->cleanup_stack;
72 thread->cleanup_stack = c->__cleanup_prev;
pthread_internal.h 89 __pthread_cleanup_t* cleanup_stack; member in class:pthread_internal_t
pthread_create.cpp 110 thread->cleanup_stack = NULL;

Completed in 60 milliseconds