Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp120 ThreadSP CreateThread(ProcessSP &process_sp, bool should_stop, in CreateThread() function
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp365 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_win.cpp140 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp800 llvm::json::Value CreateThread(lldb::SBThread &thread) { in CreateThread() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon6ac8ce480311::ThreadWithParamSupport