Home
last modified time | relevance | path

Searched refs:GetThreadRef (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/rtc_base/
Dplatform_thread_unittest.cc32 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()
Dplatform_thread.h66 PlatformThreadRef GetThreadRef() const;
Dtask_queue_win.cc228 while (!::PostThreadMessage(thread_.GetThreadRef(), WM_QUIT, 0, 0)) { in Delete()
255 if (!::PostThreadMessage(thread_.GetThreadRef(), WM_QUEUE_DELAYED_TASK, 0, in PostDelayedTask()
Dplatform_thread.cc100 PlatformThreadRef PlatformThread::GetThreadRef() const { in GetThreadRef() function in rtc::PlatformThread
/external/llvm-project/lldb/source/Expression/
DLLVMUserExpression.cpp139 lldb::tid_t expr_thread_id = exe_ctx.GetThreadRef().GetID(); in DoExecute()
153 exe_ctx.GetThreadRef(), wrapper_address, args, options, in DoExecute()
DIRInterpreter.cpp1471 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args, in Interpret()
/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h440 Thread &GetThreadRef() const;
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegister.cpp378 m_exe_ctx.GetThreadRef().Flush(); in DoExecute()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp265 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()
DDynamicLoaderMacOSXDYLD.cpp369 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3096 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/
DExecutionContext.cpp236 Thread &ExecutionContext::GetThreadRef() const { in GetThreadRef() function in ExecutionContext
DTarget.cpp3254 GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx.GetThreadRef()); in ExecutionContextPasses()
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc571 << " and id: " << audio_thread_->GetThreadRef(); in Start()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1515 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/
DAppleObjCTrampolineHandler.cpp540 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()