Searched defs:__pthread_cleanup_t (Results 1 - 1 of 1) 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; \

Completed in 4 milliseconds