Searched refs:PRIORITY (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_getpriority_test.cpp | 25 constexpr int PRIORITY = 10; variable 36 int result1 = setpriority(PRIO_PROCESS, getpid(), PRIORITY); in HWTEST_F() 39 EXPECT_EQ(result2, PRIORITY); in HWTEST_F() 51 int result1 = setpriority(PRIO_PGRP, getpgid(getpid()), PRIORITY); in HWTEST_F() 54 EXPECT_EQ(result2, PRIORITY); in HWTEST_F() 66 int result1 = setpriority(PRIO_USER, getuid(), PRIORITY); in HWTEST_F() 69 EXPECT_EQ(result2, PRIORITY); in HWTEST_F()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
H A D | 2-4.c | 28 #define PRIORITY 20 macro 49 if (param.sched_priority == PRIORITY) { in thread() 63 param.sched_priority = PRIORITY; in main()
|
H A D | 2-3.c | 28 #define PRIORITY 20 macro 49 if (param.sched_priority == PRIORITY) { in thread() 63 param.sched_priority = PRIORITY; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/ |
H A D | 1-4.c | 28 #define PRIORITY 20 macro 51 if (param.sched_priority == PRIORITY) { in thread() 75 param.sched_priority = PRIORITY; in main()
|
H A D | 1-3.c | 28 #define PRIORITY 20 macro 48 if (param.sched_priority == PRIORITY) { in thread() 72 param.sched_priority = PRIORITY; in main()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | Makefile | 23 PRIORITY = $(CONFIG_JERRYSCRIPT_PRIORITY) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 80 COMPUTE_PGM_RSRC1(PRIORITY, 10, 2),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTInfo.h | 79 COMPPGM1(priority, compute_pgm_rsrc1_priority, PRIORITY),
|
/third_party/node/src/ |
H A D | node_http_common.h | 82 V(PRIORITY, "priority")
|
Completed in 3 milliseconds