Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_exit.cpp55 c->__cleanup_prev = thread->cleanup_stack; in __pthread_cleanup_push()
62 thread->cleanup_stack = c->__cleanup_prev; in __pthread_cleanup_pop()
79 thread->cleanup_stack = c->__cleanup_prev; in pthread_exit()
/bionic/libc/include/
Dpthread.h282 struct __pthread_cleanup_t* __cleanup_prev; member