Searched refs:prio_ (Results 1 – 10 of 10) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | compact_sched.h | 135 protozero::PackedVarInt& prio() { return prio_; } in prio() 158 protozero::PackedVarInt prio_; variable
|
D | compact_sched.cc | 238 compact_out->set_waking_prio(prio_); in Write() 247 prio_.Reset(); in Reset()
|
/external/llvm-project/clang/test/OpenMP/ |
D | declare_variant_implementation_vendor_codegen.cpp | 95 int prio_() { return 19; } in prio_() function
|
D | nvptx_declare_variant_implementation_vendor_codegen.cpp | 120 int prio_() { return 25; } in prio_() function
|
D | declare_variant_device_kind_codegen.cpp | 190 int prio_() { return 1; } in prio_() function
|
D | nvptx_declare_variant_device_kind_codegen.cpp | 142 int prio_() { return 25; } in prio_() function
|
D | declare_variant_mixed_codegen.cpp | 108 int prio_() { return 20; } in prio_() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | dns-proto.h | 131 : DNSRR(name, ns_t_srv, ttl), prio_(prio), weight_(weight), port_(port), target_(target) {} in DNSSrvRR() 133 int prio_; member
|
D | dns-proto.cc | 529 PushInt16(&data, prio_); in data()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscalls_netbsd.inc | 899 PRE_SYSCALL(setpriority)(long long which_, long long who_, long long prio_) { 903 (long long res, long long which_, long long who_, long long prio_) {
|