HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cleanup_pop (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/valgrind/main/none/tests/
pth_cancel1.c 32 pthread_cleanup_pop(0);
33 pthread_cleanup_pop(0);
  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 79 pthread_cleanup_pop(0);
80 pthread_cleanup_pop(1);
81 pthread_cleanup_pop(1);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_once.c 65 pthread_cleanup_pop(0);
pthread_rwlock_timedwrlock.c 121 pthread_cleanup_pop ((result != 0) ? 1 : 0);
pthread_rwlock_wrlock.c 115 pthread_cleanup_pop ((result != 0) ? 1 : 0);
sem_wait.c 149 pthread_cleanup_pop(result);
pthread_cond_wait.c 440 pthread_cleanup_pop (1);
sem_timedwait.c 197 pthread_cleanup_pop(result);
pthread.h 763 #define pthread_cleanup_pop( _execute ) \ macro
788 #define pthread_cleanup_pop( _execute ) \ macro
808 * pthread_cleanup_pop.
866 #define pthread_cleanup_pop( _execute ) \ macro
    [all...]
  /external/compiler-rt/test/tsan/
cond_cancel.c 19 pthread_cleanup_pop(1);
  /external/valgrind/main/drd/tests/
pth_cleanup_handler.c 33 pthread_cleanup_pop(true);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 103 pthread_cleanup_pop(0);
  /system/core/logd/
LogTimes.cpp 156 pthread_cleanup_pop(true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 544 be called with arguments ARG when the matching pthread_cleanup_pop
547 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
555 # define pthread_cleanup_pop(execute) \ macro
568 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
590 be called with arguments ARG when the matching pthread_cleanup_pop
593 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
604 # define pthread_cleanup_pop(execute) \ macro
621 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
633 be called with arguments ARG when the matching pthread_cleanup_pop
636 pthread_cleanup_push and pthread_cleanup_pop are macros and must alway
659 # define pthread_cleanup_pop macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 544 be called with arguments ARG when the matching pthread_cleanup_pop
547 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
555 # define pthread_cleanup_pop(execute) \ macro
568 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
590 be called with arguments ARG when the matching pthread_cleanup_pop
593 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
604 # define pthread_cleanup_pop(execute) \ macro
621 /* Remove a cleanup handler as pthread_cleanup_pop does, but also
633 be called with arguments ARG when the matching pthread_cleanup_pop
636 pthread_cleanup_push and pthread_cleanup_pop are macros and must alway
659 # define pthread_cleanup_pop macro
    [all...]
  /bionic/libc/include/
pthread.h 253 * pthread_cleanup_pop below are correct. Posix states that these
263 #define pthread_cleanup_pop(execute) \ macro
  /development/ndk/platforms/android-3/include/
pthread.h 224 * pthread_cleanup_pop below are correct. Posix states that these
236 #define pthread_cleanup_pop(execute) \ macro
  /development/ndk/platforms/android-5/include/
pthread.h 251 * pthread_cleanup_pop below are correct. Posix states that these
263 #define pthread_cleanup_pop(execute) \ macro
  /development/ndk/platforms/android-8/include/
pthread.h 256 * pthread_cleanup_pop below are correct. Posix states that these
268 #define pthread_cleanup_pop(execute) \ macro
  /development/ndk/platforms/android-9/include/
pthread.h 295 * pthread_cleanup_pop below are correct. Posix states that these
307 #define pthread_cleanup_pop(execute) \ macro
  /development/ndk/platforms/android-L/include/
pthread.h 251 * pthread_cleanup_pop below are correct. Posix states that these
261 #define pthread_cleanup_pop(execute) \ macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 218 * pthread_cleanup_pop below are correct. Posix states that these
230 #define pthread_cleanup_pop(execute) \ macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 218 * pthread_cleanup_pop below are correct. Posix states that these
230 #define pthread_cleanup_pop(execute) \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 218 * pthread_cleanup_pop below are correct. Posix states that these
230 #define pthread_cleanup_pop(execute) \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 245 * pthread_cleanup_pop below are correct. Posix states that these
257 #define pthread_cleanup_pop(execute) \ macro

Completed in 587 milliseconds

1 2 3 4 5