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

1 2

  /external/compiler-rt/test/msan/
pthread_setcancelstate.cc 14 res = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype);
  /external/valgrind/none/tests/
pth_cancel2.c 29 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \
32 pthread_setcanceltype(oldtype,NULL); \
40 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype); \
43 pthread_setcanceltype(oldtype,NULL); \
pth_cancel1.c 18 if (pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL) != 0)
20 perror("pthread_setcanceltype");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
4-1.c 26 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
1-1.c 51 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
2-1.c 47 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
1-3.c 58 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL);
2-2.c 47 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
49 printf(ERROR_PREFIX "pthread_setcanceltype\n");
2-3.c 64 rc = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
66 printf(ERROR_PREFIX "pthread_setcanceltype\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
2-1.c 29 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
3-1.c 29 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
4-1.c 34 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
1-1.c 30 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/
4-1.c 32 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
57 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp 85 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &old_cancel_type);
95 pthread_setcanceltype(old_cancel_state, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
1-2.c 54 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
3-1.c 55 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
1-1.c 43 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
2-1.c 38 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
1-1.c 8 * Test pthread_setcanceltype
54 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
1-2.c 8 * Test pthread_setcanceltype
57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
2-1.c 47 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
67 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
4-1.c 43 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
3-1.c 53 err = pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL);
55 fprintf(stderr, "pthread_setcanceltype: %s", strerror(err));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
1-1.c 57 pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, NULL);

Completed in 301 milliseconds

1 2