/external/tensorflow/tensorflow/core/kernels/data/ |
D | unbounded_thread_pool_test.cc | 33 auto thread = thread_factory->StartThread("", [&i]() { ++i; }); in TEST() 50 threads.push_back(thread_factory->StartThread("", [&i]() { ++i; })); in TEST() 68 threads.push_back(thread_factory->StartThread("", [&i]() { in TEST() 89 threads.push_back(thread_factory->StartThread("", [&i, thread_factory]() { in TEST() 93 thread_factory->StartThread("", [&i]() { ++i; })); in TEST() 120 threads.push_back(thread_factory->StartThread("", [&bc, &n]() { in TEST()
|
D | unbounded_thread_pool.cc | 31 std::unique_ptr<Thread> StartThread(const string& name, in StartThread() function in tensorflow::data::UnboundedThreadPool::LogicalThreadFactory 118 Thread* new_thread = env_->StartThread( in RunOnPooledThread()
|
/external/compiler-rt/test/tsan/ |
D | simple_stack.c | 36 void StartThread(pthread_t *t, void *(*f)(void*)) { in StartThread() function 43 StartThread(&t[0], Thread1); in main() 44 StartThread(&t[1], Thread2); in main()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 70 registry->StartThread(0, 0, 0); in TestRegistry() 78 registry->StartThread(i, 0, 0); in TestRegistry() 88 registry->StartThread(i, 0, 0); in TestRegistry() 115 registry->StartThread(tid, 0, 0); in TestRegistry() 192 args->registry->StartThread(tids[i], 0, (void*)args->shard); in RunThread() 203 registry->StartThread(0, 0, 0); in ThreadedTestRegistry()
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | suppressions.txt | 162 fun:StartThread 177 fun:StartThread 192 fun:StartThread 207 fun:StartThread 219 fun:StartThread 231 fun:StartThread 243 fun:StartThread
|
/external/webrtc/webrtc/base/ |
D | platform_thread.cc | 119 DWORD WINAPI PlatformThread::StartThread(void* param) { in PlatformThread() function in rtc::PlatformThread 124 void* PlatformThread::StartThread(void* param) { in PlatformThread() function in rtc::PlatformThread 140 thread_ = ::CreateThread(NULL, 1024 * 1024, &StartThread, this, in PlatformThread() 147 RTC_CHECK_EQ(0, pthread_create(&thread_, &attr, &StartThread, this)); in PlatformThread()
|
D | platform_thread.h | 84 static DWORD WINAPI StartThread(void* param); 89 static void* StartThread(void* param);
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.cpp | 78 ServiceRef::StartThread() in StartThread() function in ServiceRef 669 sdRef->StartThread(); in EnumerateDomains() 719 sdRef->StartThread(); in Register() 855 sdRef->StartThread(); in Browse() 891 sdRef->StartThread(); in Resolve() 919 sdRef->StartThread(); in CreateConnection() 998 sdRef->StartThread(); in QueryRecord()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_scheduler_test.cc | 89 Env::Default()->StartThread(ThreadOptions(), "test", [&batch]() { in TEST() 103 std::unique_ptr<Thread> delete_thread(Env::Default()->StartThread( in TEST()
|
D | periodic_function.cc | 42 thread_.reset(options_.env->StartThread(
|
D | adaptive_shared_batch_scheduler_test.cc | 57 return std::unique_ptr<Thread>(Env::Default()->StartThread( in CreateFakeClockAdvancerThread() 295 queue_deleter.reset(Env::Default()->StartThread( in TEST()
|
D | serial_device_batch_scheduler_test.cc | 57 return std::unique_ptr<Thread>(Env::Default()->StartThread( in CreateFakeClockAdvancerThread() 287 std::unique_ptr<Thread> queue_deleter(Env::Default()->StartThread( in TEST()
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.h | 270 virtual Thread* StartThread(const ThreadOptions& thread_options, 368 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function 370 return target_->StartThread(thread_options, name, fn); in StartThread()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | outfeed_in_nested_computation_test.cc | 75 tensorflow::Env::Default()->StartThread( in XLA_TEST_F() 150 tensorflow::Env::Default()->StartThread( in XLA_TEST_F()
|
D | multiple_devices_on_host_test.cc | 76 tensorflow::Thread* t = env->StartThread( in TestWithDeviceCount()
|
/external/tensorflow/tensorflow/core/framework/ |
D | thread_factory.h | 36 virtual std::unique_ptr<Thread> StartThread(const string& name,
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_reporting_service_server_builder_plugin.cc | 55 service_->StartThread(); in Finish()
|
D | load_reporter_async_service_impl.h | 46 void StartThread();
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 152 tensorflow::Env::Default()->StartThread( in TEST_F() 268 tensorflow::Env::Default()->StartThread( in TEST_F()
|
/external/tensorflow/tensorflow/core/profiler/rpc/ |
D | profiler_server.cc | 34 return WrapUnique(env->StartThread({}, "profiler server", [ctx, port]() { in StartProfilerServer()
|
/external/stressapptest/src/ |
D | logger.h | 105 void StartThread();
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_server_lib.cc | 350 env_->StartThread(ThreadOptions(), "TF_master_service", in Start() 353 env_->StartThread(ThreadOptions(), "TF_worker_service", in Start() 356 env_->StartThread(ThreadOptions(), "TF_eager_service", in Start()
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 91 bool StartThread(); 280 if (!StartThread()) in InotifyReader() 286 bool InotifyReader::StartThread() { in StartThread() function in base::__anon271f2d060111::InotifyReader
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 118 void StartThread(u32 tid, uptr os_id, void *arg);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_client.cc | 106 thread_.reset(Env::Default()->StartThread( in GrpcEagerClientThread()
|