Searched refs:StopThread (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 268 void NativeProcessWindows::StopThread(lldb::tid_t thread_id, in StopThread() function in lldb_private::NativeProcessWindows 454 StopThread(record.GetThreadID(), StopReason::eStopReasonWatchpoint, in OnDebugException() 459 StopThread(record.GetThreadID(), StopReason::eStopReasonTrace); in OnDebugException() 472 StopThread(record.GetThreadID(), StopReason::eStopReasonBreakpoint); in OnDebugException() 522 StopThread(record.GetThreadID(), StopReason::eStopReasonException, in OnDebugException()
|
D | NativeProcessWindows.h | 113 void StopThread(lldb::tid_t thread_id, lldb::StopReason reason,
|
/external/stressapptest/src/ |
D | logger.h | 110 void StopThread();
|
D | logger.cc | 65 void Logger::StopThread() { in StopThread() function in Logger
|
D | sat.cc | 1991 Logger::GlobalLogger()->StopThread(); in Cleanup() 2083 Logger::GlobalLogger()->StopThread(); in logstop()
|
/external/webrtc/modules/audio_device/win/ |
D | core_audio_base_win.cc | 566 StopThread(); in Start() 577 StopThread(); in Start() 603 StopThread(); in Stop() 695 void CoreAudioBase::StopThread() { in StopThread() function in webrtc::webrtc_win::CoreAudioBase
|
D | core_audio_base_win.h | 164 void StopThread();
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env, 1834 jvmtiError StopThread(jthread thread, in StopThread() function 1836 return functions->StopThread(this, thread, exception); in StopThread()
|
/external/oj-libjdwp/src/share/back/ |
D | threadControl.c | 2126 JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in doPendingTasks() 2339 error = JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in threadControl_stop()
|