HomeSort by relevance Sort by last modified time
    Searched full:pthread_setcancelstate (Results 1 - 25 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
coverage.txt 1 This document defines the coverage for the pthread_setcancelstate function:
3-1.c 28 int ret; /* Return value of pthread_setcancelstate(). */
34 ret = pthread_setcancelstate(-100, NULL);
59 /* This means that pthread_setcancelstate() did not give an error when passed an
assertions.xml 5 int pthread_setcancelstate(int state, int* oldstate);
1-1.c 42 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
1-2.c 41 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
  /external/valgrind/none/tests/
pth_cancel1.c 24 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) != 0)
26 perror("pthread_setcancelstate");
  /external/compiler-rt/test/msan/
pthread_setcancelstate.cc 10 int res = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.c 49 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate);
62 pthread_setcancelstate(oldstate, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
3-1.c 47 err = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
49 fprintf(stderr, "pthread_setcancelstate: %s", strerror(err));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libanl-2.15.so 
libanl.so 
libanl.so.1 
libanl.a 109 ?A?A?A ?G .symtab.strtab.shstrtab.rel.text.data.bss.rodata.str1.1.comment.note.GNU-stack.rel.eh_frame@C <x %?+?02?7?0?+H?\?HX ? 0f?  ??+ C'<Obw ?__PRETTY_FUNCTION__.10743gai_suspend__gai_requests_mutexpthread_mutex_lock__gai_find_requestpthread_mutex_unlockpthread_setcancelstate__assert_failD
145  ?f0P  ??-?)>Qg ~??????__PRETTY_FUNCTION__.11672getaddrinfo_a__gai_requests_mutexpthread_mutex_lock__gai_enqueue_requestpthread_setcancelstatepthread_mutex_unlockmalloc__gai_notify_only__assert_failgetpid_GLOBAL_OFFSET_TABLE_errnoA
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-3.c 67 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
  /external/ltp/testcases/open_posix_testsuite/Documentation/
COVERAGE.threads 50 pthread_setcancelstate YES HIGH
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
1-1.c 50 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
1-2.c 51 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
1-2.c 53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/
1-1.c 53 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
2-1.c 37 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 74 pthread_setcancelstate(),
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp 79 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_cancel_state);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
1-2.c 115 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) {
129 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &tmp))) {
3-2.c 121 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &tmp))) {
135 if ((ret = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &tmp))) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libanl.a 104  Xh?  ??+ l'<Obw ?__PRETTY_FUNCTION__.14025gai_suspend__gai_requests_mutexpthread_mutex_lock__gai_find_requestpthread_mutex_unlockpthread_setcancelstate__assert_fail1
136 ?-?)>Qg ~??????__PRETTY_FUNCTION__.14034getaddrinfo_a__gai_requests_mutexpthread_mutex_lock__gai_enqueue_requestpthread_setcancelstatepthread_mutex_unlockmalloc__gai_notify_only__assert_failgetpid_GLOBAL_OFFSET_TABLE_errnoX

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>