Searched defs:create_thread (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/ | ||
H A D | operating_system.py | 13 def create_thread(self, tid, context): member in OperatingSystemPlugIn |
H A D | operating_system2.py | 28 def create_thread(self, tid, context): member in OperatingSystemPlugIn |
/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/ | ||
H A D | operating_system.py | 37 def create_thread(self, tid, context): global() member in OperatingSystemPlugIn |
/llvm-project/lldb/examples/python/ | ||
H A D | operating_system.py | 28 def create_thread(self, tid, context): member in OperatingSystemPlugIn |
/llvm-project/lldb/examples/python/templates/ | ||
H A D | operating_system.py | 55 def create_thread(self, tid, context): member in OperatingSystem |