HomeSort by relevance Sort by last modified time
    Searched refs:_pthread_cleanup_buffer (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
libc-lock.h 459 extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer,
461 extern void _pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer,
463 extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer,
465 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,
470 { struct _pthread_cleanup_buffer _buffer; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 459 extern void _pthread_cleanup_push (struct _pthread_cleanup_buffer *buffer,
461 extern void _pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer,
463 extern void _pthread_cleanup_push_defer (struct _pthread_cleanup_buffer *buffer,
465 extern void _pthread_cleanup_pop_restore (struct _pthread_cleanup_buffer *buffer,
470 { struct _pthread_cleanup_buffer _buffer; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 184 struct _pthread_cleanup_buffer struct
189 struct _pthread_cleanup_buffer *__prev; /* Chaining of cleanup functions. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 184 struct _pthread_cleanup_buffer struct
189 struct _pthread_cleanup_buffer *__prev; /* Chaining of cleanup functions. */
    [all...]

Completed in 135 milliseconds