Home
last modified time | relevance | path

Searched refs:StartThread (Results 1 – 25 of 72) sorted by relevance

123

/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool_test.cc33 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()
Dunbounded_thread_pool.cc31 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/
Dsimple_stack.c36 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/
Dsanitizer_thread_registry_test.cc70 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/
Dsuppressions.txt162 fun:StartThread
177 fun:StartThread
192 fun:StartThread
207 fun:StartThread
219 fun:StartThread
231 fun:StartThread
243 fun:StartThread
/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
140 thread_ = ::CreateThread(NULL, 1024 * 1024, &StartThread, this, in PlatformThread()
147 RTC_CHECK_EQ(0, pthread_create(&thread_, &attr, &StartThread, this)); in PlatformThread()
Dplatform_thread.h84 static DWORD WINAPI StartThread(void* param);
89 static void* StartThread(void* param);
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp78 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/
Dbatch_scheduler_test.cc89 Env::Default()->StartThread(ThreadOptions(), "test", [&batch]() { in TEST()
103 std::unique_ptr<Thread> delete_thread(Env::Default()->StartThread( in TEST()
Dperiodic_function.cc42 thread_.reset(options_.env->StartThread(
Dadaptive_shared_batch_scheduler_test.cc57 return std::unique_ptr<Thread>(Env::Default()->StartThread( in CreateFakeClockAdvancerThread()
295 queue_deleter.reset(Env::Default()->StartThread( in TEST()
Dserial_device_batch_scheduler_test.cc57 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/
Denv.h270 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/
Doutfeed_in_nested_computation_test.cc75 tensorflow::Env::Default()->StartThread( in XLA_TEST_F()
150 tensorflow::Env::Default()->StartThread( in XLA_TEST_F()
Dmultiple_devices_on_host_test.cc76 tensorflow::Thread* t = env->StartThread( in TestWithDeviceCount()
/external/tensorflow/tensorflow/core/framework/
Dthread_factory.h36 virtual std::unique_ptr<Thread> StartThread(const string& name,
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.cc55 service_->StartThread(); in Finish()
Dload_reporter_async_service_impl.h46 void StartThread();
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_infeed_test.cc152 tensorflow::Env::Default()->StartThread( in TEST_F()
268 tensorflow::Env::Default()->StartThread( in TEST_F()
/external/tensorflow/tensorflow/core/profiler/rpc/
Dprofiler_server.cc34 return WrapUnique(env->StartThread({}, "profiler server", [ctx, port]() { in StartProfilerServer()
/external/stressapptest/src/
Dlogger.h105 void StartThread();
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc350 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/
Dfile_path_watcher_linux.cc91 bool StartThread();
280 if (!StartThread()) in InotifyReader()
286 bool InotifyReader::StartThread() { in StartThread() function in base::__anon271f2d060111::InotifyReader
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h118 void StartThread(u32 tid, uptr os_id, void *arg);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_client.cc106 thread_.reset(Env::Default()->StartThread( in GrpcEagerClientThread()

123