Home
last modified time | relevance | path

Searched refs:__cleanup_prev (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dpthread.h280 struct __pthread_cleanup_t* __cleanup_prev; member
/bionic/libc/bionic/
Dpthread.c547 c->__cleanup_prev = thread->cleanup_stack; in __pthread_cleanup_push()
555 thread->cleanup_stack = c->__cleanup_prev; in __pthread_cleanup_pop()
574 thread->cleanup_stack = c->__cleanup_prev; in pthread_exit()