Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dpthread.h293 typedef struct __pthread_cleanup_t { struct
294 struct __pthread_cleanup_t* __cleanup_prev; argument
297 } __pthread_cleanup_t; typedef
299 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t, void*);
300 void __pthread_cleanup_pop(__pthread_cleanup_t*, int);
310 __pthread_cleanup_t __cleanup; \
/aosp12/bionic/libc/bionic/
H A Dpthread_exit.cpp52 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
61 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { in __pthread_cleanup_pop()
79 __pthread_cleanup_t* c = thread->cleanup_stack; in pthread_exit()
H A Dpthread_internal.h99 __pthread_cleanup_t* cleanup_stack;