/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 17-2.c | 78 #define POLICY SCHED_FIFO macro 95 sp.sched_priority = param = sched_get_priority_max(POLICY); in main() 101 ret = sched_setscheduler(0, POLICY, &sp); in main() 125 if (ret != POLICY) { in main()
|
D | 17-1.c | 52 #define POLICY SCHED_RR macro 64 sp.sched_priority = param = sched_get_priority_max(POLICY); in main() 70 ret = sched_setscheduler(0, POLICY, &sp); in main() 94 if (ret != POLICY) { in main()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
D | pthread_cond_wait_1.c | 37 #define POLICY SCHED_RR macro 62 if ((policy != POLICY) || (param.sched_priority != HIGH_PRIORITY)) { in hi_prio_thread() 92 if ((policy != POLICY) || (param.sched_priority != LOW_PRIORITY)) { in low_prio_thread() 116 SAFE_PFUNC(pthread_attr_setschedpolicy(&high_attr, POLICY)); in main() 123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, ¶m)); in main()
|
D | pthread_cond_wait_2.c | 37 #define POLICY SCHED_RR macro 62 if ((policy != POLICY) || (param.sched_priority != HIGH_PRIORITY)) { in hi_prio_thread() 92 if ((policy != POLICY) || (param.sched_priority != LOW_PRIORITY)) { in low_prio_thread() 116 SAFE_PFUNC(pthread_attr_setschedpolicy(&high_attr, POLICY)); in main() 123 SAFE_PFUNC(pthread_setschedparam(pthread_self(), POLICY, ¶m)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
D | 2-4.c | 29 #define POLICY SCHED_RR macro 46 if (policy == POLICY) { in thread() 65 rc = pthread_setschedparam(pthread_self(), POLICY, ¶m); in main()
|
D | 2-3.c | 29 #define POLICY SCHED_FIFO macro 46 if (policy == POLICY) { in thread() 77 rc = pthread_setschedparam(pthread_self(), POLICY, ¶m); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/ |
D | 1-3.c | 29 #define POLICY SCHED_FIFO macro 45 if (policy == POLICY) { in thread() 67 rc = pthread_attr_setschedpolicy(&attr, POLICY); in main()
|
D | 1-4.c | 29 #define POLICY SCHED_RR macro 48 if (policy == POLICY) { in thread() 70 rc = pthread_attr_setschedpolicy(&attr, POLICY); in main()
|
/external/googletest/ |
D | CMakeLists.txt | 16 if (POLICY CMP0048) 18 endif (POLICY CMP0048)
|
/external/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_measurements.sh | 33 POLICY="$IMA_DIR/policy" 34 [ -f "$POLICY" ] || tst_res TINFO "not using default policy"
|
/external/grpc-grpc/ |
D | OWNERS | 9 # POLICY: at least three owners are needed before adding any OWNERS
|
/external/libpng/ |
D | CMakeLists.txt | 18 if (POLICY CMP0020) 20 endif(POLICY CMP0020) 21 if (POLICY CMP0042) 23 endif(POLICY CMP0042) 25 if (POLICY CMP0053) 27 endif(POLICY CMP0053) 28 if (POLICY CMP0054) 30 endif(POLICY CMP0054)
|
/external/deqp-deps/SPIRV-Tools/ |
D | CMakeLists.txt | 16 if (POLICY CMP0048) 19 if (POLICY CMP0054)
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CMakeLists.txt | 16 if (POLICY CMP0048) 19 if (POLICY CMP0054)
|
/external/tinyxml2/ |
D | CMakeLists.txt | 10 if(POLICY CMP0063)
|
/external/googletest/googletest/ |
D | CMakeLists.txt | 55 if (POLICY CMP0063) # Visibility 57 endif (POLICY CMP0063)
|
/external/deqp-deps/glslang/ |
D | CMakeLists.txt | 4 if (POLICY CMP0048)
|
/external/google-fruit/ |
D | CMakeLists.txt | 4 if (POLICY CMP0054)
|
/external/llvm/ |
D | CMakeLists.txt | 10 if(POLICY CMP0022) 14 if (POLICY CMP0051) 36 if (POLICY CMP0048)
|
/external/libcxx/ |
D | CMakeLists.txt | 8 if(POLICY CMP0042) 11 if(POLICY CMP0022) 14 if(POLICY CMP0068)
|
/external/libcxx/utils/google-benchmark/ |
D | CMakeLists.txt | 10 if(POLICY ${p})
|
/external/google-benchmark/ |
D | CMakeLists.txt | 9 if(POLICY ${p})
|
/external/gflags/ |
D | CMakeLists.txt | 75 if (POLICY CMP0042) 79 if (POLICY CMP0048)
|
/external/libunwind_llvm/ |
D | CMakeLists.txt | 7 if (POLICY CMP0042)
|
/external/libcxxabi/ |
D | CMakeLists.txt | 9 if(POLICY CMP0042)
|