Searched refs:__pthread_cleanup_handler (Results 1 - 4 of 4) sorted by last modified time

/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread.cpp57 struct __pthread_cleanup_handler* handler
H A Dpthread_cleanup.cpp11 __pthread_cleanup_push_handler(__pthread_cleanup_handler* handler)
22 __pthread_cleanup_handler*
29 __pthread_cleanup_handler* handler = thread->cleanup_handlers;
/haiku-fatelf/headers/private/libroot/
H A Dpthread_private.h71 struct __pthread_cleanup_handler *cleanup_handlers;
/haiku-fatelf/headers/posix/
H A Dpthread.h53 struct __pthread_cleanup_handler { struct
54 struct __pthread_cleanup_handler *previous;
61 struct __pthread_cleanup_handler __handler; \
246 struct __pthread_cleanup_handler *handler);
247 extern struct __pthread_cleanup_handler *__pthread_cleanup_pop_handler(void);

Completed in 60 milliseconds