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

/bionic/libc/bionic/
H A Dpthread_exit.cpp50 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;
H A Dpthread_internal.h84 __pthread_cleanup_t* cleanup_stack; member in struct:pthread_internal_t
H A Dpthread_create.cpp116 thread->cleanup_stack = NULL;

Completed in 64 milliseconds