Home
last modified time | relevance | path

Searched defs:prio (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/test/msan/Linux/
H A Dsyscalls.cpp80 int prio = 0; in main() local
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp97 int prio = getpriority(PRIO_PROCESS, PRIO_PROCESS); in TEST_F() local
/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp90 int prio() { return 17; } in prio() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp101 int prio() { return 17; } in prio() function
H A Ddeclare_variant_mixed_codegen.cpp103 int prio() { return 18; } in prio() function
H A Dnvptx_declare_variant_device_kind_codegen.cpp124 int prio() { return 17; } in prio() function
H A Ddeclare_variant_device_kind_codegen.cpp186 int prio() { return 81; } in prio() function
/llvm-project/lld/ELF/
H A DWriter.cpp1031 int prio = 0; maybeShuffle() local
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h502 #define __sanitizer_syscall_pre_setpriority(which, who, prio) \ argument
505 #define __sanitizer_syscall_post_setpriority(res, which, who, prio) \ argument