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

/bionic/libc/include/
H A Dpthread.h273 typedef struct __pthread_cleanup_t { struct
274 struct __pthread_cleanup_t* __cleanup_prev;
277 } __pthread_cleanup_t; typedef in typeref:struct:__pthread_cleanup_t
279 extern void __pthread_cleanup_push(__pthread_cleanup_t* c,
283 extern void __pthread_cleanup_pop(__pthread_cleanup_t* c,
296 __pthread_cleanup_t __cleanup; \

Completed in 66 milliseconds