Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/
H A Doperating_system.py13 def create_thread(self, tid, context): member in OperatingSystemPlugIn
H A Doperating_system2.py28 def create_thread(self, tid, context): member in OperatingSystemPlugIn
/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/
H A Doperating_system.py37 def create_thread(self, tid, context): global() member in OperatingSystemPlugIn
/llvm-project/lldb/examples/python/
H A Doperating_system.py28 def create_thread(self, tid, context): member in OperatingSystemPlugIn
/llvm-project/lldb/examples/python/templates/
H A Doperating_system.py55 def create_thread(self, tid, context): member in OperatingSystem