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

  /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/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);
asan_thread.cc 87 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached,
  /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);
sanitizer_thread_registry.cc 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
279 // really started. We just did CreateThread for a prospective new
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 237 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);

Completed in 16 milliseconds