HomeSort by relevance Sort by last modified time
    Searched defs:CreateThread (Results 1 - 15 of 15) 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;
  /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 86 bool CreateThread(size_t stack_size,
200 return CreateThread(stack_size, true /* joinable thread */, delegate,
216 bool result = CreateThread(stack_size, false /* non-joinable thread */,
  /external/tensorflow/tensorflow/core/lib/core/
threadpool.cc 52 EnvThread* CreateThread(std::function<void()> f) {
  /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/libaom/libaom/third_party/googletest/src/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 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 383 static HANDLE CreateThread(Runnable* runnable,
388 HANDLE thread_handle = ::CreateThread(
395 GTEST_CHECK_(thread_handle != NULL) << "CreateThread failed with error "
433 : thread_(ThreadWithParamSupport::CreateThread(runnable,
555 // We need to pass a valid thread ID pointer into CreateThread for it
558 HANDLE watcher_thread = ::CreateThread(
    [all...]
  /external/mesa3d/src/gtest/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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/googletest/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(
    [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...]

Completed in 617 milliseconds