Searched defs:CreateThread (Results 1 – 9 of 9) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ |
H A D | OperatingSystem.h | 58 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { in CreateThread() function
|
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
H A D | OperatingSystemInterface.h | 20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread() function
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | OperatingSystemPythonInterface.cpp | 41 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, CreateThread() function in OperatingSystemPythonInterface
|
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 359 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
|
/llvm-project/lldb/unittests/Process/ |
H A D | ProcessEventDataTest.cpp | 121 ThreadSP CreateThread(ProcessSP &process_sp, bool should_stop, in CreateThread() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, CreateThread() function in __sanitizer::ThreadRegistry
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 152 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-port.cc | 430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon530752680311::ThreadWithParamSupport
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | JSONUtils.cpp | 784 llvm::json::Value CreateThread(lldb::SBThread &thread) { CreateThread() function
|