Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc69 EXPECT_EQ(0U, registry->CreateThread(get_uid(0), true, -1, 0)); in TestRegistry()
73 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); in TestRegistry()
93 registry->CreateThread(get_uid(i), is_detached(i), 0, 0)); in TestRegistry()
190 args->registry->CreateThread(0, false, 0, (void*)args->shard)); in RunThread()
202 EXPECT_EQ(0U, registry->CreateThread(0, true, -1, 0)); in ThreadedTestRegistry()
H A Dsanitizer_pthread_wrappers.h50 *thread = CreateThread(0, 0, PthreadHelperThreadProc, data, 0, 0); in PTHREAD_CREATE()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_win.cc137 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument
151 return REAL(CreateThread)(security, stack_size, in INTERCEPTOR_WINAPI()
168 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
H A Dasan_rtems.cc105 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
H A Dasan_fuchsia.cc98 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_win.cc139 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument
153 return REAL(CreateThread)(security, stack_size, in INTERCEPTOR_WINAPI()
170 ASAN_INTERCEPT_FUNC(CreateThread); in InitializePlatformInterceptors()
H A Dasan_rtems.cc107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
H A Dasan_fuchsia.cc100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.cpp128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c298 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature()
299 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature()
432 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature()
433 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature()
/netbsd-src/external/bsd/jemalloc/dist/test/src/
H A Dthd.c7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dthreadstest.h48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_thread.cpp48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg); in ThreadCreate()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anonc5dad3830311::ThreadWithParamSupport
471 HANDLE thread_handle = ::CreateThread( in CreateThread()
516 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
642 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dthreadstest.c48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h100 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.cc76 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.cc74 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dlocks.c229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
/netbsd-src/external/bsd/libpcap/dist/testprogs/
H A Dthreadsignaltest.c269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dmain_winsvc.c391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id) in service_start()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgthr-win32.h123 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()

12