Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dlibc-lock.h199 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; \
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dlibc-lock.h199 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; \
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dpthread.h189 struct _pthread_cleanup_buffer struct
194 struct _pthread_cleanup_buffer *__prev; /* Chaining of cleanup functions. */ argument