Searched refs:SetState (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp118 process_up->SetState(StateType::eStateStopped, false);
188 SetState(StateType::eStateExited, true);
208 SetState(StateType::eStateStopped, true);
245 SetState(StateType::eStateStopped, true);
250 SetState(StateType::eStateStopped, true);
255 SetState(StateType::eStateInvalid);
264 SetState(StateType::eStateStopped, true);
270 SetState(StateType::eStateInvalid);
286 SetState(StateType::eStateInvalid);
300 SetState(StateTyp
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextInEx.h202 The SetState() function allows the input device hardware to
308 EFI_SET_STATE SetState; member in struct:_EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp323 SetState(resume_state);
328 SetState(resume_state);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h430 void SetState(lldb::StateType state, bool notify_delegates = true);
/freebsd-13-stable/stand/efi/include/
H A Deficon.h522 EFI_SET_STATE SetState; member in struct:_EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h161 void SetState(lldb::StateType state);
H A DProcess.h2554 void SetState(lldb::EventSP &event_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp724 void NativeProcessProtocol::SetState(lldb::StateType state, function in class:NativeProcessProtocol
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp551 void Thread::SetState(StateType state) { function in class:Thread
736 void Thread::DidStop() { SetState(eStateStopped); }

Completed in 213 milliseconds