Searched refs:__pthread_cleanup_t (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_exit.cpp46 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) {
54 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) {
71 __pthread_cleanup_t* c = thread->cleanup_stack;
H A Dpthread_internal.h89 __pthread_cleanup_t* cleanup_stack;
/bionic/libc/include/
H A Dpthread.h256 typedef struct __pthread_cleanup_t { struct
257 struct __pthread_cleanup_t* __cleanup_prev;
260 } __pthread_cleanup_t; typedef in typeref:struct:__pthread_cleanup_t
262 extern void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t, void*);
263 extern void __pthread_cleanup_pop(__pthread_cleanup_t*, int);
273 __pthread_cleanup_t __cleanup; \

Completed in 71 milliseconds