Home
last modified time | relevance | path

Searched defs:CreateThread (Results 1 – 13 of 13) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DThreadEnvironment.h31 EnvThread* CreateThread(std::function<void()> f) { return new EnvThread(std::move(f)); } in CreateThread() function
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler_test.cc85 static void CreateThread(int num) { in CreateThread() function
/external/libchrome/base/threading/
Dplatform_thread_posix.cc86 bool CreateThread(size_t stack_size, in CreateThread() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() function in __sanitizer::ThreadRegistry
/external/compiler-rt/lib/asan/
Dasan_win.cc100 INTERCEPTOR_WINAPI(DWORD, CreateThread, in INTERCEPTOR_WINAPI() argument
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc53 EnvThread* CreateThread(std::function<void()> f) { in CreateThread() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-port.cc327 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anone4f9903d0211::ThreadWithParamSupport
/external/mesa3d/src/gtest/src/
Dgtest-port.cc467 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon57540a790311::ThreadWithParamSupport
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc442 static HANDLE CreateThread(Runnable *runnable, in CreateThread() function in testing::internal::__anon48d73f0e0311::ThreadWithParamSupport
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc383 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon751add040311::ThreadWithParamSupport
/external/googletest/googletest/src/
Dgtest-port.cc468 static HANDLE CreateThread(Runnable* runnable, in CreateThread() function in testing::internal::__anon298209380311::ThreadWithParamSupport
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc64 EnvThread* CreateThread(std::function<void()> f) { in CreateThread() function in tensorflow::__anon0ec5dabb0111::RunHandlerEnvironment
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2373 class CreateThread : public ThreadGroupThread class
2376CreateThread (const Environment& env, const typename Object::Resources& resources, const typename … in CreateThread() function in vkt::api::__anon9047b8890111::CreateThread