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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-1-buildonly.c 29 #ifndef PTHREAD_CANCELED
30 #error PTHREAD_CANCELED not defined
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.c 27 return (r == PTHREAD_CANCELED);
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6997_linux.c 27 return (r == PTHREAD_CANCELED);
  /external/valgrind/none/tests/
pth_cancel1.c 63 printf("result is %s\n", result == PTHREAD_CANCELED ? "correct" : "incorrect");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-6.c 429 if (rc != PTHREAD_CANCELED) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-3.c 429 if (rc != PTHREAD_CANCELED) {
  /bionic/tests/headers/posix/
pthread_h.c 41 MACRO(PTHREAD_CANCELED);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress2.c 408 if (w_ret == PTHREAD_CANCELED)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 408 if (w_ret == PTHREAD_CANCELED)
stress2.c 408 if (w_ret == PTHREAD_CANCELED)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 205 #define PTHREAD_CANCELED ((void *) -1)
500 the thread as per pthread_exit(PTHREAD_CANCELED) if it has been
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 130 #define PTHREAD_CANCELED ((void *) (intptr_t) 0xDEADBEEF)
    [all...]

Completed in 390 milliseconds