HomeSort by relevance Sort by last modified time
    Searched defs:CreateThread (Results 1 - 20 of 20) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadEnvironment.h 31 EnvThread* CreateThread(std::function<void()> f) { return new EnvThread(std::move(f)); }
  /external/google-breakpad/src/client/solaris/handler/
exception_handler_test.cc 85 static void CreateThread(int num) {
112 CreateThread(10);
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThread.h 95 THREAD_THUNK_CREATE_THREAD CreateThread;
  /system/extras/memory_replay/
Threads.cpp 76 Thread* Threads::CreateThread(pid_t tid) {
  /external/tensorflow/tensorflow/core/lib/core/
threadpool.cc 50 EnvThread* CreateThread(std::function<void()> f) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
  /external/libchrome/base/threading/
platform_thread_posix.cc 81 bool CreateThread(size_t stack_size,
191 return CreateThread(stack_size, true /* joinable thread */, delegate,
207 bool result = CreateThread(stack_size, false /* non-joinable thread */,
  /system/extras/simpleperf/
thread_tree.cpp 70 return CreateThread(pid, tid);
82 ThreadEntry* ThreadTree::CreateThread(int pid, int tid) {
  /external/mesa3d/include/d3dadapter/
present.h 95 HANDLE (WINAPI *CreateThread)(ID3DPresent *This, void *pThreadfunc, void *pParam);
131 #define ID3DPresent_CreateThread(p,a,b) (p)->lpVtbl->CreateThread(p,a,b)
  /external/googletest/googletest/src/
gtest-port.cc 327 static HANDLE CreateThread(Runnable* runnable,
332 HANDLE thread_handle = ::CreateThread(
339 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
377 : thread_(ThreadWithParamSupport::CreateThread(runnable,
499 // We need to pass a valid thread ID pointer into CreateThread for it
502 HANDLE watcher_thread = ::CreateThread(
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 327 static HANDLE CreateThread(Runnable* runnable,
332 HANDLE thread_handle = ::CreateThread(
339 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
377 : thread_(ThreadWithParamSupport::CreateThread(runnable,
499 // We need to to pass a valid thread ID pointer into CreateThread for it
502 HANDLE watcher_thread = ::CreateThread(
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 309 static HANDLE CreateThread(Runnable* runnable,
314 HANDLE thread_handle = ::CreateThread(
321 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
359 : thread_(ThreadWithParamSupport::CreateThread(runnable,
481 // We need to to pass a valid thread ID pointer into CreateThread for it
484 HANDLE watcher_thread = ::CreateThread(
    [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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 1130 WinNtCreateThread CreateThread;
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1145 WinNtCreateThread CreateThread;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 268 CREATE_THREAD_DEBUG_INFO CreateThread;
dbgeng.h     [all...]
ntsecpkg.h 499 PLSA_CREATE_THREAD CreateThread;
    [all...]

Completed in 361 milliseconds