Home
last modified time | relevance | path

Searched refs:PRIORITY (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_getpriority_test.cpp25 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 D2-4.c28 #define PRIORITY 20 macro
49 if (param.sched_priority == PRIORITY) { in thread()
63 param.sched_priority = PRIORITY; in main()
H A D2-3.c28 #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 D1-4.c28 #define PRIORITY 20 macro
51 if (param.sched_priority == PRIORITY) { in thread()
75 param.sched_priority = PRIORITY; in main()
H A D1-3.c28 #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 DMakefile23 PRIORITY = $(CONFIG_JERRYSCRIPT_PRIORITY) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h80 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 DAMDKernelCodeTInfo.h79 COMPPGM1(priority, compute_pgm_rsrc1_priority, PRIORITY),
/third_party/node/src/
H A Dnode_http_common.h82 V(PRIORITY, "priority")

Completed in 3 milliseconds