/external/webrtc/rtc_base/ |
D | platform_thread_unittest.cc | 32 EXPECT_TRUE(thread.GetThreadRef() == 0); in TEST() 34 EXPECT_TRUE(thread.GetThreadRef() != 0); in TEST() 36 EXPECT_TRUE(thread.GetThreadRef() == 0); in TEST() 42 EXPECT_TRUE(thread1.GetThreadRef() == thread2.GetThreadRef()); in TEST() 45 EXPECT_TRUE(thread1.GetThreadRef() != thread2.GetThreadRef()); in TEST()
|
D | platform_thread.h | 66 PlatformThreadRef GetThreadRef() const;
|
D | task_queue_win.cc | 228 while (!::PostThreadMessage(thread_.GetThreadRef(), WM_QUIT, 0, 0)) { in Delete() 255 if (!::PostThreadMessage(thread_.GetThreadRef(), WM_QUEUE_DELAYED_TASK, 0, in PostDelayedTask()
|
D | platform_thread.cc | 100 PlatformThreadRef PlatformThread::GetThreadRef() const { in GetThreadRef() function in rtc::PlatformThread
|
/external/llvm-project/lldb/source/Expression/ |
D | LLVMUserExpression.cpp | 139 lldb::tid_t expr_thread_id = exe_ctx.GetThreadRef().GetID(); in DoExecute() 153 exe_ctx.GetThreadRef(), wrapper_address, args, options, in DoExecute()
|
D | IRInterpreter.cpp | 1471 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args, in Interpret()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 440 Thread &GetThreadRef() const;
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 378 m_exe_ctx.GetThreadRef().Flush(); in DoExecute()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 265 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()
|
D | DynamicLoaderMacOSXDYLD.cpp | 369 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 3096 exe_ctx.GetThreadRef().StepIn(true); in MenuDelegateAction() 3108 exe_ctx.GetThreadRef().StepOut(); in MenuDelegateAction() 3120 exe_ctx.GetThreadRef().StepOver(true); in MenuDelegateAction() 4011 exe_ctx.GetThreadRef().StepOut(); in WindowDelegateHandleChar() 4024 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar() 4037 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()
|
/external/llvm-project/lldb/source/Target/ |
D | ExecutionContext.cpp | 236 Thread &ExecutionContext::GetThreadRef() const { in GetThreadRef() function in ExecutionContext
|
D | Target.cpp | 3254 GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx.GetThreadRef()); in ExecutionContextPasses()
|
/external/webrtc/modules/audio_device/win/ |
D | core_audio_base_win.cc | 571 << " and id: " << audio_thread_->GetThreadRef(); in Start()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 1515 exe_ctx.GetThreadRef(), Address(static_initializer), CompilerType(), in RunStaticInitializers() 1520 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTrampolineHandler.cpp | 540 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()
|