HomeSort by relevance Sort by last modified time
    Searched full:policy_1 (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
1-1.c 19 int policy, priority, policy_1; local
31 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam);
36 //printf("policy: %d, priority: %d\n", policy_1, sparam.sched_priority);
37 if (policy_1 != policy || sparam.sched_priority != priority) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/
1-1.c 29 int policy, priority, policy_1; local
41 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam);
46 printf("policy: %d, priority: %d\n", policy_1, sparam.sched_priority);
47 if (policy_1 != policy || sparam.sched_priority != priority) {
58 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam);
63 printf("policy: %d, priority: %d\n", policy_1, sparam.sched_priority);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
1-2.c 33 int policy, priority, policy_1; local
45 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam);
51 if (policy_1 != policy) {
52 printf("Failed: policys: %u != %u\n", policy_1, policy);

Completed in 256 milliseconds