Searched refs:_pthread_cleanup_buffer (Results 1 – 3 of 3) sorted by relevance
199 extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer,201 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,206 { struct _pthread_cleanup_buffer _buffer; \
189 struct _pthread_cleanup_buffer struct194 struct _pthread_cleanup_buffer *__prev; /* Chaining of cleanup functions. */ argument