Home
last modified time | relevance | path

Searched refs:POLICY (Results 1 – 25 of 29) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D17-2.c78 #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()
D17-1.c52 #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/
Dpthread_cond_wait_1.c37 #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, &param)); in main()
Dpthread_cond_wait_2.c37 #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, &param)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
D2-4.c29 #define POLICY SCHED_RR macro
46 if (policy == POLICY) { in thread()
65 rc = pthread_setschedparam(pthread_self(), POLICY, &param); in main()
D2-3.c29 #define POLICY SCHED_FIFO macro
46 if (policy == POLICY) { in thread()
77 rc = pthread_setschedparam(pthread_self(), POLICY, &param); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
D1-3.c29 #define POLICY SCHED_FIFO macro
45 if (policy == POLICY) { in thread()
67 rc = pthread_attr_setschedpolicy(&attr, POLICY); in main()
D1-4.c29 #define POLICY SCHED_RR macro
48 if (policy == POLICY) { in thread()
70 rc = pthread_attr_setschedpolicy(&attr, POLICY); in main()
/external/googletest/
DCMakeLists.txt16 if (POLICY CMP0048)
18 endif (POLICY CMP0048)
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_measurements.sh33 POLICY="$IMA_DIR/policy"
34 [ -f "$POLICY" ] || tst_res TINFO "not using default policy"
/external/grpc-grpc/
DOWNERS9 # POLICY: at least three owners are needed before adding any OWNERS
/external/libpng/
DCMakeLists.txt18 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/
DCMakeLists.txt16 if (POLICY CMP0048)
19 if (POLICY CMP0054)
/external/swiftshader/third_party/SPIRV-Tools/
DCMakeLists.txt16 if (POLICY CMP0048)
19 if (POLICY CMP0054)
/external/tinyxml2/
DCMakeLists.txt10 if(POLICY CMP0063)
/external/googletest/googletest/
DCMakeLists.txt55 if (POLICY CMP0063) # Visibility
57 endif (POLICY CMP0063)
/external/deqp-deps/glslang/
DCMakeLists.txt4 if (POLICY CMP0048)
/external/google-fruit/
DCMakeLists.txt4 if (POLICY CMP0054)
/external/llvm/
DCMakeLists.txt10 if(POLICY CMP0022)
14 if (POLICY CMP0051)
36 if (POLICY CMP0048)
/external/libcxx/
DCMakeLists.txt8 if(POLICY CMP0042)
11 if(POLICY CMP0022)
14 if(POLICY CMP0068)
/external/libcxx/utils/google-benchmark/
DCMakeLists.txt10 if(POLICY ${p})
/external/google-benchmark/
DCMakeLists.txt9 if(POLICY ${p})
/external/gflags/
DCMakeLists.txt75 if (POLICY CMP0042)
79 if (POLICY CMP0048)
/external/libunwind_llvm/
DCMakeLists.txt7 if (POLICY CMP0042)
/external/libcxxabi/
DCMakeLists.txt9 if(POLICY CMP0042)

12