Home
last modified time | relevance | path

Searched defs:CreateThread (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h58 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { in CreateThread() function
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h20 virtual StructuredData::DictionarySP CreateThread(lldb::tid_t tid, in CreateThread() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp41 OperatingSystemPythonInterface::CreateThread(lldb::tid_t tid, CreateThread() function in OperatingSystemPythonInterface
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp359 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
/llvm-project/lldb/unittests/Process/
H A DProcessEventDataTest.cpp121 ThreadSP CreateThread(ProcessSP &process_sp, bool should_stop, in CreateThread() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, CreateThread() function in __sanitizer::ThreadRegistry
/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp152 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc430 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon530752680311::ThreadWithParamSupport
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp784 llvm::json::Value CreateThread(lldb::SBThread &thread) { CreateThread() function