/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_thread_registry_test.cc | 69 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 D | sanitizer_pthread_wrappers.h | 50 *thread = CreateThread(0, 0, PthreadHelperThreadProc, data, 0, 0); in PTHREAD_CREATE()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_win.cc | 137 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 D | asan_rtems.cc | 105 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
H A D | asan_fuchsia.cc | 98 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_win.cc | 139 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 D | asan_rtems.cc | 107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
H A D | asan_fuchsia.cc | 100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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 | 128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
|
/netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
H A D | nmakehlp.c | 298 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 D | thd.c | 7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | threadstest.h | 48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL); in run_thread()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_thread.cpp | 48 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 D | gtest-port.cc | 467 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 D | threadstest.c | 48 *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 D | sanitizer_thread_registry.h | 102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 100 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_thread.cc | 76 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_thread.cc | 74 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | locks.c | 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */ in ub_thread_create()
|
/netbsd-src/external/bsd/libpcap/dist/testprogs/ |
H A D | threadsignaltest.c | 269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device, in main()
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | main_winsvc.c | 391 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 D | gthr-win32.h | 123 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func, in __gthread_objc_thread_detach()
|