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

1 2 3 4 5

  /external/valgrind/main/none/tests/
pth_cancel1.c 15 pthread_cleanup_push(thread_cleanup, (void *)0x1234);
16 pthread_cleanup_push(thread_cleanup, (void *)0x5678);
  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 72 pthread_cleanup_push( cleanup1, (void*)MAGIC1 );
73 pthread_cleanup_push( cleanup2, (void*)MAGIC2 );
74 pthread_cleanup_push( cleanup3, (void*)MAGIC3 );
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_once.c 63 pthread_cleanup_push(ptw32_mcs_lock_release, &node);
pthread_rwlock_timedwrlock.c 110 pthread_cleanup_push (ptw32_rwlock_cancelwrwait, (void *) rwl);
pthread_rwlock_wrlock.c 106 pthread_cleanup_push (ptw32_rwlock_cancelwrwait, (void *) rwl);
sem_wait.c 146 pthread_cleanup_push(ptw32_sem_wait_cleanup, (void *) s);
pthread_cond_wait.c 407 pthread_cleanup_push (ptw32_cond_wait_cleanup, (void *) &cleanup_args);
sem_timedwait.c 192 pthread_cleanup_push(ptw32_sem_timedwait_cleanup, (void *) &cleanup_args);
pthread.h 754 #define pthread_cleanup_push( _rout, _arg ) \ macro
782 #define pthread_cleanup_push( _rout, _arg ) \ macro
807 * used to implement pthread_cleanup_push/
861 #define pthread_cleanup_push( _rout, _arg ) \ macro
    [all...]
  /external/compiler-rt/test/tsan/
cond_cancel.c 16 pthread_cleanup_push((void(*)(void *arg))pthread_mutex_unlock, &m);
  /external/valgrind/main/drd/tests/
pth_cleanup_handler.c 31 pthread_cleanup_push(cleanup_handler, NULL);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 98 // pthread_cleanup_push/pop are hardcore macros mess.
101 pthread_cleanup_push(cleanup, arg);
  /system/core/logd/
LogTimes.cpp 117 pthread_cleanup_push(threadStop, obj);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
pthread.h 547 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
549 # define pthread_cleanup_push(routine, arg) \ macro
553 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
560 /* Install a cleanup handler as pthread_cleanup_push does, but also
593 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
595 # define pthread_cleanup_push(routine, arg) \ macro
602 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
609 /* Install a cleanup handler as pthread_cleanup_push does, but also
636 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
638 # define pthread_cleanup_push(routine, arg) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 547 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
549 # define pthread_cleanup_push(routine, arg) \ macro
553 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
560 /* Install a cleanup handler as pthread_cleanup_push does, but also
593 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
595 # define pthread_cleanup_push(routine, arg) \ macro
602 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
609 /* Install a cleanup handler as pthread_cleanup_push does, but also
636 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
638 # define pthread_cleanup_push(routine, arg) macro
    [all...]
  /bionic/libc/include/
pthread.h 252 /* Believe or not, the definitions of pthread_cleanup_push and
258 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-3/include/
pthread.h 223 /* Believe or not, the definitions of pthread_cleanup_push and
231 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-5/include/
pthread.h 250 /* Believe or not, the definitions of pthread_cleanup_push and
258 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-8/include/
pthread.h 255 /* Believe or not, the definitions of pthread_cleanup_push and
263 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-9/include/
pthread.h 294 /* Believe or not, the definitions of pthread_cleanup_push and
302 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-L/include/
pthread.h 250 /* Believe or not, the definitions of pthread_cleanup_push and
256 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 217 /* Believe or not, the definitions of pthread_cleanup_push and
225 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 217 /* Believe or not, the definitions of pthread_cleanup_push and
225 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 217 /* Believe or not, the definitions of pthread_cleanup_push and
225 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 244 /* Believe or not, the definitions of pthread_cleanup_push and
252 #define pthread_cleanup_push(routine, arg) \ macro

Completed in 423 milliseconds

1 2 3 4 5