Searched refs:cleanup_stack (Results 1 – 3 of 3) sorted by relevance
55 c->__cleanup_prev = thread->cleanup_stack; in __pthread_cleanup_push()56 thread->cleanup_stack = c; in __pthread_cleanup_push()62 thread->cleanup_stack = c->__cleanup_prev; in __pthread_cleanup_pop()77 while (thread->cleanup_stack) { in pthread_exit()78 __pthread_cleanup_t* c = thread->cleanup_stack; in pthread_exit()79 thread->cleanup_stack = c->__cleanup_prev; in pthread_exit()
99 __pthread_cleanup_t* cleanup_stack; variable
141 thread->cleanup_stack = nullptr; in __init_thread()