Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dplatform_thread.cc119 DWORD WINAPI PlatformThread::StartThread(void* param) { in PlatformThread() function in rtc::PlatformThread
124 void* PlatformThread::StartThread(void* param) { in PlatformThread() function in rtc::PlatformThread
/external/compiler-rt/test/tsan/
Dsimple_stack.c36 void StartThread(pthread_t *t, void *(*f)(void*)) { in StartThread() function
/external/stressapptest/src/
Dlogger.cc59 void Logger::StartThread() { in StartThread() function in Logger
/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.cc31 std::unique_ptr<Thread> StartThread(const string& name, in StartThread() function in tensorflow::data::UnboundedThreadPool::LogicalThreadFactory
/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc84 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function in tensorflow::__anoncb12d2290111::PosixEnv
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc113 void LoadReporterAsyncServiceImpl::StartThread() { thread_->Start(); } in StartThread() function in grpc::load_reporter::LoadReporterAsyncServiceImpl
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc82 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function in tensorflow::__anon839461010111::WindowsEnv
/external/tensorflow/tensorflow/core/platform/
Denv.h368 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc269 void ThreadRegistry::StartThread(u32 tid, uptr os_id, void *arg) { in StartThread() function in __sanitizer::ThreadRegistry
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc286 bool InotifyReader::StartThread() { in StartThread() function in base::__anon271f2d060111::InotifyReader
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp78 ServiceRef::StartThread() in StartThread() function in ServiceRef
/external/tensorflow/tensorflow/core/framework/
Ddataset.h388 std::unique_ptr<Thread> StartThread(const string& name, in StartThread() function
/external/libchrome/ipc/
Dipc_sync_channel_unittest.cc240 void StartThread(base::Thread* thread, base::MessageLoop::Type type) { in StartThread() function in IPC::__anonbab8626c0111::Worker