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

1 2

  /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/valgrind/main/drd/tests/
pth_cleanup_handler.c 31 pthread_cleanup_push(cleanup_handler, NULL);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 545 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
547 # define pthread_cleanup_push(routine, arg) \ macro
551 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
558 /* Install a cleanup handler as pthread_cleanup_push does, but also
591 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
593 # define pthread_cleanup_push(routine, arg) \ macro
600 /* Remove a cleanup handler installed by the matching pthread_cleanup_push.
607 /* Install a cleanup handler as pthread_cleanup_push does, but also
634 pthread_cleanup_push and pthread_cleanup_pop are macros and must always
636 # define pthread_cleanup_push(routine, arg) macro
    [all...]
  /bionic/libc/include/
pthread.h 288 /* Believe or not, the definitions of pthread_cleanup_push and
296 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-3/include/
pthread.h 217 /* Believe or not, the definitions of pthread_cleanup_push and
225 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-5/include/
pthread.h 244 /* Believe or not, the definitions of pthread_cleanup_push and
252 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-8/include/
pthread.h 249 /* Believe or not, the definitions of pthread_cleanup_push and
257 #define pthread_cleanup_push(routine, arg) \ macro
  /development/ndk/platforms/android-9/include/
pthread.h 288 /* Believe or not, the definitions of pthread_cleanup_push and
296 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 249 /* Believe or not, the definitions of pthread_cleanup_push and
257 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 249 /* Believe or not, the definitions of pthread_cleanup_push and
257 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/
pthread.h 244 /* Believe or not, the definitions of pthread_cleanup_push and
252 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
pthread.h 249 /* Believe or not, the definitions of pthread_cleanup_push and
257 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 288 /* Believe or not, the definitions of pthread_cleanup_push and
296 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
pthread.h 217 /* Believe or not, the definitions of pthread_cleanup_push and
225 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/
pthread.h 244 /* Believe or not, the definitions of pthread_cleanup_push and
252 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
pthread.h 249 /* Believe or not, the definitions of pthread_cleanup_push and
257 #define pthread_cleanup_push(routine, arg) \ macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
pthread.h 249 /* Believe or not, the definitions of pthread_cleanup_push and
257 #define pthread_cleanup_push(routine, arg) \ macro

Completed in 226 milliseconds

1 2