Home
last modified time | relevance | path

Searched defs:get_state (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py47 def get_state(self) -> int: member in InvalidScriptedThread
H A Ddummy_scripted_process.py79 def get_state(self) -> int: member in DummyScriptedThread
/llvm-project/lldb/examples/python/
H A Dcrashlog_scripted_process.py181 def get_state(self): member in CrashLogScriptedThread
/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd_handles.py192 def get_state(self): member in ompd_thread
/llvm-project/lldb/examples/python/templates/
H A Dscripted_process.py299 def get_state(self): global() member in ScriptedThread