Searched refs:cleanup_stack (Results 1 – 3 of 3) sorted by relevance
47 __pthread_cleanup_t* cleanup_stack; member
72 c->__cleanup_prev = thread->cleanup_stack; in __pthread_cleanup_push()73 thread->cleanup_stack = c; in __pthread_cleanup_push()80 thread->cleanup_stack = c->__cleanup_prev; in __pthread_cleanup_pop()94 while (thread->cleanup_stack) { in pthread_exit()95 __pthread_cleanup_t* c = thread->cleanup_stack; in pthread_exit()96 thread->cleanup_stack = c->__cleanup_prev; in pthread_exit()
126 thread->cleanup_stack = NULL; in _init_thread()