HomeSort by relevance Sort by last modified time
    Searched defs:pthread_cleanup_pop (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
pthread.h 277 * pthread_cleanup_pop below are correct. Posix states that these
287 #define pthread_cleanup_pop(execute) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 554 be called with arguments ARG when the matching pthread_cleanup_pop
557 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
565 # define pthread_cleanup_pop(execute) \ macro
578 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
600 be called with arguments ARG when the matching pthread_cleanup_pop
603 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
614 # define pthread_cleanup_pop(execute) \ macro
631 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
643 be called with arguments ARG when the matching pthread_cleanup_pop
646 pthread_cleanup_push and pthread_cleanup_pop are macros and must alway
669 # define pthread_cleanup_pop macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 214 #define pthread_cleanup_pop(E)\ macro
    [all...]

Completed in 120 milliseconds