/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | LinkProgramPerfTest.cpp | 32 SingleThread, enumerator 66 if (threadOption == ThreadOption::SingleThread) in story() 111 if (GetParam().threadOption != ThreadOption::SingleThread && in initializeBenchmark() 119 GetParam().threadOption == ThreadOption::SingleThread) in initializeBenchmark() 228 LinkProgramD3D11Params(TaskOption::CompileOnly, ThreadOption::SingleThread), 229 LinkProgramMetalParams(TaskOption::CompileOnly, ThreadOption::SingleThread), 230 LinkProgramOpenGLOrGLESParams(TaskOption::CompileOnly, ThreadOption::SingleThread), 231 LinkProgramVulkanParams(TaskOption::CompileOnly, ThreadOption::SingleThread), 232 LinkProgramD3D11Params(TaskOption::CompileAndLink, ThreadOption::SingleThread), 233 LinkProgramMetalParams(TaskOption::CompileAndLink, ThreadOption::SingleThread), [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/core_impl/ |
D | base.rs | 23 BaseOps::SingleThread(_) => Some(SINGLE_THREAD_TID), in get_sane_any_tid() 128 ResumeOps::SingleThread(ops) => ( in handle_base() 230 BaseOps::SingleThread(ops) => ops.read_registers(&mut regs), in handle_base() 256 BaseOps::SingleThread(ops) => ops.write_registers(®s), in handle_base() 278 BaseOps::SingleThread(ops) => ops.read_addrs(addr, data), in handle_base() 299 BaseOps::SingleThread(ops) => ops.write_addrs(addr, cmd.val), in handle_base() 375 BaseOps::SingleThread(_) => res.write_specific_thread_id(SpecificThreadId { in handle_base() 420 BaseOps::SingleThread(_) => tid == SINGLE_THREAD_TID, in handle_base()
|
D | reverse_exec.rs | 14 SingleThread(&'a mut dyn $reverse_trait<(), Arch = A, Error = E>), 28 ResumeOps::SingleThread(ops) => $name::SingleThread(ops.$f()?), 60 ReverseContOps::SingleThread(ops) => { in handle_reverse_cont() 98 ReverseStepOps::SingleThread(ops) => { in handle_reverse_step()
|
D | resume.rs | 37 ResumeOps::SingleThread(ops) => ops.support_single_step().is_some(), in handle_stop_resume() 45 ResumeOps::SingleThread(ops) => ops.support_range_step().is_some(), in handle_stop_resume() 263 ResumeOps::SingleThread(ops) => Self::do_vcont_single_thread(ops, &actions)?, in do_vcont() 312 ResumeOps::SingleThread(ops) => ( in finish_exec()
|
D | x_upcase_packet.rs | 25 BaseOps::SingleThread(ops) => ops.write_addrs(addr, cmd.val), in handle_x_upcase_packet()
|
D | thread_extra_info.rs | 13 BaseOps::SingleThread(_) => return Ok(HandlerStatus::Handled), in handle_thread_extra_info()
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/ext/base/ |
D | mod.rs | 19 SingleThread(&'a mut dyn singlethread::SingleThreadBase<Arch = A, Error = E>), enumerator 26 SingleThread(&'a mut dyn singlethread::SingleThreadResume<Arch = A, Error = E>), enumerator 35 BaseOps::SingleThread(ops) => ResumeOps::SingleThread(ops.support_resume()?), in resume_ops()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | SyncScope.h | 178 SingleThread = 1, enumerator 190 case SingleThread: in map() 205 return S >= static_cast<unsigned>(SingleThread) && in isValid() 212 static_cast<unsigned>(SingleThread), static_cast<unsigned>(Wavefront), in getRuntimeValues()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | SyncScope.h | 178 SingleThread = 1, enumerator 190 case SingleThread: in map() 205 return S >= static_cast<unsigned>(SingleThread) && in isValid() 212 static_cast<unsigned>(SingleThread), static_cast<unsigned>(Wavefront), in getRuntimeValues()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | SyncScope.h | 178 SingleThread = 1, enumerator 190 case SingleThread: in map() 205 return S >= static_cast<unsigned>(SingleThread) && in isValid() 212 static_cast<unsigned>(SingleThread), static_cast<unsigned>(Wavefront), in getRuntimeValues()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | SyncScope.h | 178 SingleThread = 1, enumerator 190 case SingleThread: in map() 205 return S >= static_cast<unsigned>(SingleThread) && in isValid() 212 static_cast<unsigned>(SingleThread), static_cast<unsigned>(Wavefront), in getRuntimeValues()
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/ |
D | commands.rs | 137 … BaseOps::SingleThread(ops) => ops.support_single_register_access().map(drop), 145 ResumeOps::SingleThread(ops) => ops.support_reverse_step().map(drop), 153 ResumeOps::SingleThread(ops) => ops.support_reverse_cont().map(drop), 177 BaseOps::SingleThread(_) => None,
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | no_xla_multithread_symbols_test.sh | 18 if echo "${SYMBOLS}" | grep -q SingleThread; then
|
H A D | xla_multithread_symbols_test.sh | 18 if echo "${SYMBOLS}" | grep -q SingleThread; then
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 417 return LI->isAtomic() && LI->getSyncScopeID() != SyncScope::SingleThread; in isAtomic() 419 return SI->isAtomic() && SI->getSyncScopeID() != SyncScope::SingleThread; in isAtomic() 712 FunctionCallee F = FI->getSyncScopeID() == SyncScope::SingleThread in instrumentAtomic()
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | sem_test.cc | 23 TEST(Sem, SingleThread) { in TEST() argument
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/UefiCpuPkg/Include/Library/ |
H A D | MpInitLib.h | 165 IN BOOLEAN SingleThread,
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
H A D | MpServices2.h | 103 IN BOOLEAN SingleThread,
|
H A D | MpServices.h | 117 IN BOOLEAN SingleThread,
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/UefiCpuPkg/Include/Ppi/ |
H A D | MpServices2.h | 103 IN BOOLEAN SingleThread,
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/ |
H A D | MpServices2.h | 103 IN BOOLEAN SingleThread,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineModuleInfo.h | 56 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
H A D | MpServices.h | 123 IN BOOLEAN SingleThread,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineModuleInfo.h | 53 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
H A D | MpServices.h | 117 IN BOOLEAN SingleThread,
|