Home | History | Annotate | Download | only in bionic

Lines Matching full:cleanup_stack

230     thread->cleanup_stack = NULL;
538 c->__cleanup_prev = thread->cleanup_stack;
539 thread->cleanup_stack = c;
546 thread->cleanup_stack = c->__cleanup_prev;
562 while (thread->cleanup_stack) {
563 __pthread_cleanup_t* c = thread->cleanup_stack;
564 thread->cleanup_stack = c->__cleanup_prev;