Home
last modified time | relevance | path

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

12345

/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/llvm-project/compiler-rt/test/tsan/
Dsimple_stack.c35 void StartThread(pthread_t *t, void *(*f)(void*)) { in StartThread() function
42 StartThread(&t[0], Thread1); in main()
43 StartThread(&t[1], Thread2); in main()
/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool_test.cc36 threads.push_back(thread_factory->StartThread("", [=, &i, in TEST()
41 thread_factory->StartThread("", [&i]() { ++i; })); in TEST()
65 threads.push_back(thread_factory->StartThread("", [&bc, &n]() { in TEST()
Dunbounded_thread_pool.cc57 std::unique_ptr<Thread> StartThread(const string& name, in StartThread() function in tensorflow::data::UnboundedThreadPool::LogicalThreadFactory
/external/webrtc/rtc_base/
Dplatform_thread.cc56 DWORD WINAPI PlatformThread::StartThread(void* param) { in StartThread() function in rtc::PlatformThread
66 void* PlatformThread::StartThread(void* param) { in StartThread() function in rtc::PlatformThread
79 thread_ = ::CreateThread(nullptr, 1024 * 1024, &StartThread, this, in Start()
87 RTC_CHECK_EQ(0, pthread_create(&thread_, &attr, &StartThread, this)); in Start()
Dplatform_thread.h90 static DWORD WINAPI StartThread(void* param);
95 static void* StartThread(void* param);
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp69 registry->StartThread(0, 0, ThreadType::Regular, 0); in TestRegistry()
77 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry()
87 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry()
114 registry->StartThread(tid, 0, ThreadType::Regular, 0); in TestRegistry()
191 args->registry->StartThread(tids[i], 0, ThreadType::Regular, in RunThread()
203 registry->StartThread(0, 0, ThreadType::Regular, 0); in ThreadedTestRegistry()
/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/crosvm/devices/src/utils/
Derror.rs17 StartThread(std::io::Error), enumerator
34 StartThread(e) => write!(f, "failed to start thread: {}", e), in fmt()
/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/framework/
Dthread_factory.h36 virtual std::unique_ptr<Thread> StartThread(const string& name,
/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()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.cc55 service_->StartThread(); in Finish()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.cc55 service_->StartThread(); in Finish()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dworker_thread.cc21 thread_.reset(env->StartThread(tensorflow::ThreadOptions(), name, in WorkerThread()
/external/stressapptest/src/
Dlogger.h105 void StartThread();
/external/tensorflow/tensorflow/core/platform/default/
Dunbounded_work_queue.cc68 env_->StartThread({}, thread_name_, [this]() { PooledThreadFunc(); }); in Schedule()
/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/stream_executor/host/
Dhost_stream.cc38 : thread_(port::Env::Default()->StartThread( in HostStream()
/external/tensorflow/tensorflow/core/platform/
Dlogger.cc71 Env::Default()->StartThread(ThreadOptions{}, "logger-init-thread", in StartInitializationThread()
/external/tensorflow/tensorflow/core/data/service/
Dtask_runner_test.cc120 consumers.push_back(absl::WrapUnique(Env::Default()->StartThread( in TEST_P()
173 consumers.push_back(absl::WrapUnique(Env::Default()->StartThread( in TEST()
/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::__anonc6a57ca40111::InotifyReader
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp56 thread_registry->StartThread(tid, os_id, thread_type, arg); in ThreadStart()

12345