Home
last modified time | relevance | path

Searched refs:CreateThread (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp68 EXPECT_EQ(0U, registry->CreateThread(get_uid(0), true, -1, 0)); in TestRegistry()
72 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); in TestRegistry()
92 registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); in TestRegistry()
187 args->registry->CreateThread(0, false, 0, (void*)args->shard)); in RunThread()
200 EXPECT_EQ(0U, registry->CreateThread(0, true, -1, 0)); in ThreadedTestRegistry()
H A Dsanitizer_pthread_wrappers.h49 *thread = CreateThread(0, 0, PthreadHelperThreadProc, data, 0, 0); in PTHREAD_CREATE()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win.cpp140 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, in INTERCEPTOR_WINAPI() argument
153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI()
169 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
H A Dasan_fuchsia.cpp127 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
H A Dasan_thread.cpp86 asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DOperatingSystem.h58 virtual lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) { in CreateThread() function
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp48 return thread_registry->CreateThread(0, detached, parent_tid, arg); in ThreadCreate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h61 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
H A DOperatingSystemPython.cpp365 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id); in StopTheWorld()
H A Dsanitizer_thread_registry.h109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
H A Dsanitizer_thread_registry.cpp136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/openbsd-src/sbin/unwind/libunbound/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
/openbsd-src/usr.sbin/unbound/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.h379 llvm::json::Value CreateThread(lldb::SBThread &thread);
H A DJSONUtils.cpp803 llvm::json::Value CreateThread(lldb::SBThread &thread) { in CreateThread() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-win32.h117 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-win32.h118 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp464 ::CloseHandle(DebugEvent.u.CreateThread.hThread); in main()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp258 HandleCreateThreadEvent(dbe.u.CreateThread, dbe.dwThreadId); in DebugLoop()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c1219 current_event.u.CreateThread.hThread); in fake_create_process()
1268 current_event.u.CreateThread.hThread); in get_child_debug_event()
H A Dwince.c1392 current_event.u.CreateThread.hThread); in get_child_debug_event()
/openbsd-src/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs963 thread->handle = CreateThread(NULL,

12