Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_exit.cpp48 c->__cleanup_arg = arg; in __pthread_cleanup_push()
57 c->__cleanup_routine(c->__cleanup_arg); in __pthread_cleanup_pop()
69 c->__cleanup_routine(c->__cleanup_arg); in pthread_exit()
/bionic/libc/include/
Dpthread.h246 void* __cleanup_arg; member