HomeSort by relevance Sort by last modified time
    Searched full:createthread (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 114 CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)func, (LPVOID)closure, 0, \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 114 CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)func, (LPVOID)closure, 0, \
  /external/libmicrohttpd/
configure.ac 101 AC_MSG_CHECKING([for CreateThread()])
103 [AC_LANG_PROGRAM([#include <windows.h>], [ HANDLE h = CreateThread(NULL, 0, NULL, NULL, 0, NULL);])],
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 238 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 473 ::CloseHandle(DebugEvent.u.CreateThread.hThread);
  /external/opencv3/samples/gpu/
stereo_multi.cpp 58 thread_ = CreateThread(
  /external/webrtc/webrtc/base/
thread.cc 206 thread_ = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)PreRun, init, 0,
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 433 l2_ndisuio_global->rx_thread = CreateThread(NULL, 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpthread-2.11.1.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so 
libpthread.so.0 
  /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,
  /prebuilts/go/darwin-x86/src/runtime/
os1_windows.go 15 //go:cgo_import_dynamic runtime._CreateThread CreateThread%6 "kernel32.dll"
syscall_windows_test.go 249 // TODO: test a function which calls back in another thread: QueueUserAPC() or CreateThread()
  /prebuilts/go/linux-x86/src/runtime/
os1_windows.go 15 //go:cgo_import_dynamic runtime._CreateThread CreateThread%6 "kernel32.dll"
syscall_windows_test.go 249 // TODO: test a function which calls back in another thread: QueueUserAPC() or CreateThread()
  /external/v8/src/base/platform/
platform-win32.cc     [all...]
  /external/dbus/dbus/
dbus-spawn-win.c 715 sitter_thread = (HANDLE) CreateThread (NULL, 0, babysitter,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 499 PLSA_CREATE_THREAD CreateThread;
    [all...]
  /system/core/libutils/
Threads.cpp 234 hThread = CreateThread(NULL, 0,
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 220 handler_thread_ = CreateThread(NULL, // lpThreadAttributes
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pe.go 1238 // CreateThread parameter in runtime.newosproc as well.

Completed in 710 milliseconds

1 23 4 5