/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_thread_registry_test.cpp | 68 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 D | sanitizer_pthread_wrappers.h | 49 *thread = CreateThread(0, 0, PthreadHelperThreadProc, data, 0, 0); in PTHREAD_CREATE()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 140 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 D | asan_fuchsia.cpp | 127 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
|
H A D | asan_thread.cpp | 86 asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 48 return thread_registry->CreateThread(0, detached, parent_tid, arg); in ThreadCreate()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.h | 61 lldb::ThreadSP CreateThread(lldb::tid_t tid, lldb::addr_t context) override;
|
H A D | OperatingSystemPython.cpp | 365 lldb::ThreadSP OperatingSystemPython::CreateThread(lldb::tid_t tid, in CreateThread() function in OperatingSystemPython
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_win.cpp | 166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id); in StopTheWorld()
|
H A D | sanitizer_thread_registry.h | 109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
H A D | sanitizer_thread_registry.cpp | 136 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 D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.h | 379 llvm::json::Value CreateThread(lldb::SBThread &thread);
|
H A D | JSONUtils.cpp | 803 llvm::json::Value CreateThread(lldb::SBThread &thread) { in CreateThread() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gthr-win32.h | 117 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gthr-win32.h | 118 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()
|
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 464 ::CloseHandle(DebugEvent.u.CreateThread.hThread); in main()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | DebuggerThread.cpp | 258 HandleCreateThreadEvent(dbe.u.CreateThread, dbe.dwThreadId); in DebugLoop()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | win32-nat.c | 1219 current_event.u.CreateThread.hThread); in fake_create_process() 1268 current_event.u.CreateThread.hThread); in get_child_debug_event()
|
H A D | wince.c | 1392 current_event.u.CreateThread.hThread); in get_child_debug_event()
|
/openbsd-src/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 963 thread->handle = CreateThread(NULL,
|