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

/bionic/libc/include/
H A Dpthread.h279 typedef struct __pthread_cleanup_t { struct
280 struct __pthread_cleanup_t* __cleanup_prev;
283 } __pthread_cleanup_t; typedef in typeref:struct:__pthread_cleanup_t
285 extern void __pthread_cleanup_push(__pthread_cleanup_t* c,
289 extern void __pthread_cleanup_pop(__pthread_cleanup_t* c,
302 __pthread_cleanup_t __cleanup; \
/bionic/libc/bionic/
H A Dpthread_internal.h47 __pthread_cleanup_t* cleanup_stack;
H A Dpthread.c76 void __pthread_cleanup_push( __pthread_cleanup_t* c,
88 void __pthread_cleanup_pop( __pthread_cleanup_t* c, int execute )
107 __pthread_cleanup_t* c = thread->cleanup_stack;

Completed in 185 milliseconds