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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 299 void WINPTHREAD_API pthread_testcancel(void);
447 #define accept(...) (pthread_testcancel(), accept(__VA_ARGS__))
448 #define aio_suspend(...) (pthread_testcancel(), aio_suspend(__VA_ARGS__))
449 #define clock_nanosleep(...) (pthread_testcancel(), clock_nanosleep(__VA_ARGS__))
450 #define close(...) (pthread_testcancel(), close(__VA_ARGS__))
451 #define connect(...) (pthread_testcancel(), connect(__VA_ARGS__))
452 #define creat(...) (pthread_testcancel(), creat(__VA_ARGS__))
453 #define fcntl(...) (pthread_testcancel(), fcntl(__VA_ARGS__))
454 #define fdatasync(...) (pthread_testcancel(), fdatasync(__VA_ARGS__))
455 #define fsync(...) (pthread_testcancel(), fsync(__VA_ARGS__)
    [all...]
  /external/valgrind/none/tests/
pth_cancel2.c 33 pthread_testcancel(); \
44 pthread_testcancel(); \
  /external/ltp/android/include/
bionic-compat.h 53 static inline void pthread_testcancel(void) { } function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
1-1.c 58 pthread_testcancel();
1-2.c 56 pthread_testcancel();
2-1.c 53 pthread_testcancel();
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
2-1.c 23 * flag to 1, and call the cancelation point pthread_testcancel(). The test will pass.
72 pthread_testcancel();
75 * pthread_testcancel(). */
133 ("Test FAILED: (1) Cancel request not honored at cancelation point pthread_testcancel() OR (2) pthread_testcancel() not treated as a cancelation point.\n");
1-2.c 27 * flag to 1, and call the cancelation point pthread_testcancel(). The test will pass.
77 pthread_testcancel();
80 * pthread_testcancel(). */
138 ("Test FAILED: (1) Cancel request not honored at cancelation point pthread_testcancel() OR (2) pthread_testcancel() not treated as a cancelation point.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
2-1.c 52 pthread_testcancel();
99 ("Test FAILED: pthread_testcancel() was honored even though cancelability was disabled.\n");
1-1.c 8 * Test pthread_testcancel
27 * flag to 1, and call the cancelation point pthread_testcancel(). The test will pass.
77 pthread_testcancel();
80 * pthread_testcancel(). */
138 ("Test FAILED:pthread_testcancel() not treated as a cancelation point.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
1-3.c 28 * flag to 1, and call the cancelation point pthread_testcancel(). The test will pass.
78 pthread_testcancel();
81 * pthread_testcancel(). */
139 ("Test FAILED: (1) Cancel request not honored at cancelation point pthread_testcancel() OR (2) pthread_testcancel() not treated as a cancelation point.\n");
  /external/ltp/testcases/misc/math/float/
thread_code.c 58 pthread_testcancel();
75 pthread_testcancel();
86 pthread_testcancel();
98 pthread_testcancel();
403 pthread_testcancel();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 492 extern void pthread_testcancel (void);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 502 extern void pthread_testcancel (void);
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 845 #define pthread_testcancel macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1065 #define pthread_testcancel macro
    [all...]

Completed in 2612 milliseconds