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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
1-1.c 8 * Test pthread_attr_getschedparam()
14 * 4. Call pthread_attr_getschedparam to get the sched param
24 #define FUNCTION "pthread_attr_getschedparam"
36 rc = pthread_attr_getschedparam(attr, &param);
38 printf(ERROR_PREFIX "pthread_attr_getschedparam\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-2.c 553 pthread_attr_getschedparam(&
765 pthread_attr_getschedparam(&
  /bionic/libc/bionic/
pthread_attr.cpp 124 int pthread_attr_getschedparam(const pthread_attr_t* attr, sched_param* param) { function
  /bionic/libc/include/
pthread.h 101 int pthread_attr_getschedparam(const pthread_attr_t* __attr, struct sched_param* __param);
  /bionic/tests/headers/posix/
pthread_h.c 94 FUNCTION(pthread_attr_getschedparam, int (*f)(const pthread_attr_t*, struct sched_param*));
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 276 if (pthread_attr_getschedparam(&(thrd->attr), &schedp) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 307 extern int pthread_attr_getschedparam (__const pthread_attr_t *__restrict
    [all...]
  /art/runtime/jit/
profile_saver.cc 69 pthread_attr_getschedparam(&attr, &param);
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 773 #define pthread_attr_getschedparam PTHREAD_ATTR_GETSCHEDPARAM macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 261 int WINPTHREAD_API pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 1348 milliseconds