Searched refs:_pthread_cleanup_buffer (Results 1 – 5 of 5) sorted by relevance
/sysdeps/nptl/ |
A D | libc-lock.h | 149 void __libc_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer); 153 void __libc_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer); 159 struct _pthread_cleanup_buffer _buffer; \
|
A D | pthreadP.h | 565 extern void __pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer, 574 { struct _pthread_cleanup_buffer _buffer; \ 577 extern void __pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer, 591 struct _pthread_cleanup_buffer __buffer; 645 extern void __pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer, 647 extern void __pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer, 651 extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer, 653 extern void _pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer, 655 extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer, 657 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,
|
A D | pthread.h | 159 struct _pthread_cleanup_buffer struct 164 struct _pthread_cleanup_buffer *__prev; /* Chaining of cleanup functions. */ argument
|
/sysdeps/i386/nptl/ |
A D | tcb-offsets.sym | 12 CLEANUP_PREV offsetof (struct _pthread_cleanup_buffer, __prev)
|
/sysdeps/x86_64/nptl/ |
A D | tcb-offsets.sym | 10 CLEANUP_PREV offsetof (struct _pthread_cleanup_buffer, __prev)
|
Completed in 8 milliseconds