Searched refs:SendAsyncInterrupt (Results 1 – 8 of 8) sorted by relevance
177 uint32_t SendAsyncInterrupt(lldb::pid_t pid = LLDB_INVALID_PROCESS_ID);
1314 void SendAsyncInterrupt(Thread *thread = nullptr);
256 m_process.SendAsyncInterrupt(&GetThread()); in HandleTimeout()
446 uint32_t TargetList::SendAsyncInterrupt(lldb::pid_t pid) { in SendAsyncInterrupt() function in TargetList454 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
3310 SendAsyncInterrupt(); in Halt()3413 SendAsyncInterrupt(); in StopForDestroyOrDetach()3886 void Process::SendAsyncInterrupt(Thread *thread) { in SendAsyncInterrupt() function in Process4692 m_process->SendAsyncInterrupt(); in Run()4746 m_process->SendAsyncInterrupt(); in Interrupt()
176 void SendAsyncInterrupt();
692 void SBProcess::SendAsyncInterrupt() { in SendAsyncInterrupt() function in SBProcess697 process_sp->SendAsyncInterrupt(); in SendAsyncInterrupt()
45706 (arg1)->SendAsyncInterrupt(); in _wrap_SBProcess_SendAsyncInterrupt()