Home | History | Annotate | Download | only in bionic

Lines Matching full:cleanup_stack

84     c->__cleanup_prev     = thread->cleanup_stack;
85 thread->cleanup_stack = c;
92 thread->cleanup_stack = c->__cleanup_prev;
106 while (thread->cleanup_stack) {
107 __pthread_cleanup_t* c = thread->cleanup_stack;
108 thread->cleanup_stack = c->__cleanup_prev;