Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_exit.cpp45 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
53 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { in __pthread_cleanup_pop()
67 __pthread_cleanup_t* c = thread->cleanup_stack; in pthread_exit()
Dpthread_internal.h79 __pthread_cleanup_t* cleanup_stack;
/bionic/libc/include/
Dpthread.h243 typedef struct __pthread_cleanup_t { struct
244 struct __pthread_cleanup_t* __cleanup_prev; argument
247 } __pthread_cleanup_t; typedef
249 extern void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t, void*);
250 extern void __pthread_cleanup_pop(__pthread_cleanup_t*, int);
260 __pthread_cleanup_t __cleanup; \