Home
last modified time | relevance | path

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

12

/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(
/external/tensorflow/tensorflow/core/platform/
Denv.h249 virtual Thread* StartThread(const ThreadOptions& thread_options,
338 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function
340 return target_->StartThread(thread_options, name, fn); in StartThread()
/external/stressapptest/src/
Dlogger.h105 void StartThread();
Dlogger.cc59 void Logger::StartThread() { in StartThread() function in Logger
/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc84 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function in tensorflow::__anon614f991d0111::PosixEnv
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc318 env_->StartThread(ThreadOptions(), "TF_master_service", in Start()
321 env_->StartThread(ThreadOptions(), "TF_worker_service", in Start()
Dgrpc_worker_cache.cc93 thread_.reset(Env::Default()->StartThread( in GrpcWorkerCacheThread()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_server_lib.cc68 gdr_thread_.reset(worker_env()->env->StartThread( in Start()
/external/tensorflow/tensorflow/core/platform/cloud/
Dfile_block_cache.h59 pruning_thread_.reset(env_->StartThread(ThreadOptions(), "TF_prune_FBC", in block_size_()
Dgcs_dns_cache.cc74 worker_.reset(env_->StartThread( in AnnotateRequest()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h118 void StartThread(u32 tid, uptr os_id, void *arg);
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc100 thread_registry->StartThread(tid, os_id, &args); in ThreadStart()
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc102 verbs_thread_.reset(worker_env()->env->StartThread( in Start()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_allocator_retry_test.cc127 consumers_.push_back(Env::Default()->StartThread( in LaunchConsumerThreads()
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc81 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread() function in tensorflow::__anon9c1eb4f50111::WindowsEnv
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc51 return env_->StartThread(thread_options_, name_, [=]() { in CreateThread()
/external/compiler-rt/lib/asan/
Dasan_mac.cc150 asanThreadRegistry().StartThread(t->tid(), 0, 0); in asan_register_worker_thread()
Dasan_win.cc134 asanThreadRegistry().StartThread(t->tid(), 0, 0); in EnsureWorkerThreadRegistered()

12