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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedpolicy/
2-1.c 8 * Test pthread_attr_getschedpolicy()
13 * 3. Call pthread_attr_getschedpolicy to get the policy
23 #define FUNCTION "pthread_attr_getschedpolicy"
35 rc = pthread_attr_getschedpolicy(attr, &policy);
37 printf(ERROR_PREFIX "pthread_attr_getschedpolicy\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-2.c 537 pthread_attr_getschedpolicy(&
748 pthread_attr_getschedpolicy(&
  /bionic/libc/bionic/
pthread_attr.cpp 112 int pthread_attr_getschedpolicy(const pthread_attr_t* attr, int* policy) { function
  /bionic/libc/include/
pthread.h 102 int pthread_attr_getschedpolicy(const pthread_attr_t* __attr, int* __policy);
  /bionic/tests/headers/posix/
pthread_h.c 95 FUNCTION(pthread_attr_getschedpolicy, int (*f)(const pthread_attr_t*, int*));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 310 pthread_attr_getschedpolicy(&scenarii[i].ta, &old);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 330 pthread_attr_getschedpolicy(&scenarii[i].ta, &old);
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 268 if (pthread_attr_getschedpolicy(&(thrd->attr), &policy) != 0) {
  /external/ImageMagick/MagickCore/
vms.h 774 #define pthread_attr_getschedpolicy PTHREAD_ATTR_GETSCHEDPOLICY macro
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 1206 milliseconds