Home
last modified time | relevance | path

Searched refs:StopThread (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp268 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()
DNativeProcessWindows.h113 void StopThread(lldb::tid_t thread_id, lldb::StopReason reason,
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc566 StopThread(); in Start()
577 StopThread(); in Start()
603 StopThread(); in Stop()
695 void CoreAudioBase::StopThread() { in StopThread() function in webrtc::webrtc_win::CoreAudioBase
Dcore_audio_base_win.h164 void StopThread();
/external/stressapptest/src/
Dlogger.h110 void StopThread();
Dlogger.cc65 void Logger::StopThread() { in StopThread() function in Logger
Dsat.cc1991 Logger::GlobalLogger()->StopThread(); in Cleanup()
2083 Logger::GlobalLogger()->StopThread(); in logstop()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1031 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/
DthreadControl.c2126 JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in doPendingTasks()
2339 error = JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in threadControl_stop()