HomeSort by relevance Sort by last modified time
    Searched refs:CreateThread (Results 26 - 50 of 72) sorted by null

12 3

  /system/extras/memory_replay/
main.cpp 105 thread = threads.CreateThread(tid);
Threads.cpp 76 Thread* Threads::CreateThread(pid_t tid) {
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 81 return thread_registry->CreateThread(user_id, detached, parent_tid,
  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 82 thread = CreateThread(DE_NULL, 0, startThread, entry, 0, DE_NULL);
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 78 thread_ = CreateThread(NULL, 0, &Start, this, 0, NULL);
  /external/vulkan-validation-layers/tests/
test_common.h 164 *thread = CreateThread(NULL, // default security attributes
  /external/webrtc/webrtc/base/
platform_thread.cc 140 thread_ = ::CreateThread(NULL, 1024 * 1024, &StartThread, this,
142 RTC_CHECK(thread_) << "CreateThread failed";
thread.cc 206 thread_ = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)PreRun, init, 0,
  /external/autotest/client/tests/kvm/deps/
rss.cpp 521 hThread = CreateThread(NULL, 0, ChildToSocket, (LPVOID)ci, 0, NULL);
526 hThread = CreateThread(NULL, 0, SocketToChild, (LPVOID)ci, 0, NULL);
882 if (!CreateThread(NULL, 0, TransferThreadEntry, (LPVOID)ci, 0, NULL))
932 if (!CreateThread(NULL, 0, UpdateTextBox, NULL, 0, NULL))
938 if (!CreateThread(NULL, 0, ShellListenThread, NULL, 0, NULL))
940 if (!CreateThread(NULL, 0, FileTransferListenThread, NULL, 0, NULL))
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 286 static HANDLE CreateThread(Runnable* runnable,
291 HANDLE thread_handle = ::CreateThread(
298 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
336 : thread_(ThreadWithParamSupport::CreateThread(runnable,
458 // We need to to pass a valid thread ID pointer into CreateThread for it
461 HANDLE watcher_thread = ::CreateThread(
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.cc 92 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 133 BPF_TEST_C(BaselinePolicy, CreateThread, BaselinePolicy) {
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 141 return CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE) routine, param, 0, &id );
  /external/netperf/src/
netcpu_looper.c 183 /* switch from CreateThread to _beginthread. raj 1/96 */
396 if ((lib_idle_pids[i] = CreateThread(0,
403 "create_looper_process: CreateThread failed\n");
  /external/tpm2/
TcpServer.c 226 hPlatformSvc = CreateThread(NULL, 0,
  /external/webp/src/utils/
thread.c 79 *thread = CreateThread(NULL, /* lpThreadAttributes */
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 244 l2->rx_thread = CreateThread(NULL, 0, l2_packet_receive_thread, l2, 0,
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 391 if (CreateThread(0, 0, (LPTHREAD_START_ROUTINE) svc_thread, 0, 0, &id)
393 printf("CreateThread failed: %d\n", (int) GetLastError());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 123 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 123 if (!(win32_handle = CreateThread (NULL, 0, (LPTHREAD_START_ROUTINE) func,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 238 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);
  /external/fio/engines/
windowsaio.c 118 wd->iothread = CreateThread(NULL, 0, IoCompletionRoutine, ctx, 0, NULL);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 473 ::CloseHandle(DebugEvent.u.CreateThread.hThread);
  /external/opencv3/samples/gpu/
stereo_multi.cpp 58 thread_ = CreateThread(

Completed in 1686 milliseconds

12 3