HomeSort by: relevance | last modified time | path
    Searched refs:CreateThread (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/test/
threadstest.h 48 *t = CreateThread(NULL, 0, thread_run, *(void **)&f, 0, NULL);
  /src/crypto/external/bsd/openssl/dist/test/
threadstest.h 48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL);
  /src/external/bsd/jemalloc/dist/test/src/
thd.c 7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
9 test_fail("Error in CreateThread()\n");
  /src/external/bsd/jemalloc.old/dist/test/src/
thd.c 7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
9 test_fail("Error in CreateThread()\n");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 69 EXPECT_EQ(0U, registry->CreateThread(get_uid(0), true, -1, 0));
73 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0));
93 registry->CreateThread(get_uid(i), is_detached(i), 0, 0));
190 args->registry->CreateThread(0, false, 0, (void*)args->shard));
202 EXPECT_EQ(0U, registry->CreateThread(0, true, -1, 0));
sanitizer_pthread_wrappers.h 50 *thread = CreateThread(0, 0, PthreadHelperThreadProc, data, 0, 0);
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32-thread.c 96 td->h = CreateThread (NULL, 0,
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_thread.cpp 65 return thread_registry->CreateThread(0, detached, parent_tid, arg);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_thread.cpp 48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 139 INTERCEPTOR_WINAPI(DWORD, CreateThread,
147 // FIXME: The CreateThread interceptor is not the same as a pthread_create
153 return REAL(CreateThread)(security, stack_size,
170 ASAN_INTERCEPT_FUNC(CreateThread);
asan_fuchsia.cc 100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
asan_rtems.cc 107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp 152 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security,
159 // FIXME: The CreateThread interceptor is not the same as a pthread_create
165 return REAL(CreateThread)(security, stack_size, asan_thread_start, t,
183 ASAN_INTERCEPT_FUNC(CreateThread);
asan_fuchsia.cpp 127 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 140 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security,
147 // FIXME: The CreateThread interceptor is not the same as a pthread_create
153 return REAL(CreateThread)(security, stack_size, asan_thread_start, t,
169 ASAN_INTERCEPT_FUNC(CreateThread);
asan_fuchsia.cpp 128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
  /src/crypto/external/bsd/openssl.old/dist/test/
threadstest.c 48 *t = CreateThread(NULL, 0, thread_run, *(void **) &f, 0, NULL);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc 76 return thread_registry->CreateThread(user_id, detached, parent_tid,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.h 102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
  /src/external/bsd/unbound/dist/util/
locks.c 229 *thr = CreateThread(NULL, /* default security (no inherit handle) */
239 log_win_err("CreateThread failed", GetLastError());
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld_win.cpp 166 CreateThread(nullptr, 0, RunThread, &arg, 0, &trace_thread_id);
sanitizer_thread_registry.h 109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.h 106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 467 static HANDLE CreateThread(Runnable* runnable,
471 HANDLE thread_handle = ::CreateThread(
479 << "CreateThread failed with error " << ::GetLastError() << ".";
516 : thread_(ThreadWithParamSupport::CreateThread(runnable,
639 // We need to pass a valid thread ID pointer into CreateThread for it
642 HANDLE watcher_thread = ::CreateThread(
  /src/external/bsd/libpcap/dist/testprogs/
threadsignaltest.c 269 capture_thread = CreateThread(NULL, 0, capture_thread_func, device,

Completed in 88 milliseconds

1 2 3