Home
last modified time | relevance | path

Searched defs:WorkerThread (Results 1 – 25 of 40) sorted by relevance

12

/external/crosvm/base/src/
Dworker_thread.rs16 pub struct WorkerThread<T: Send + 'static> { struct
20 impl<T: Send + 'static> WorkerThread<T> { argument
91 impl<T: Send + 'static> Drop for WorkerThread<T> { implementation
/external/rust/android-crates-io/crates/rayon-core/src/
Dregistry.rs342 pub(super) fn current_thread(&self) -> Option<&WorkerThread> { in current_thread()
489 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker()
510 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cold()
534 unsafe fn in_worker_cross<OP, R>(&self, current_thread: &WorkerThread, op: OP) -> R in in_worker_cross()
536 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cross()
641 pub(super) struct WorkerThread { struct
659 // This is a bit sketchy, but basically: the WorkerThread is argument
668 impl From<ThreadBuilder> for WorkerThread { implementation
681 impl Drop for WorkerThread { implementation
691 impl WorkerThread { implementation
[all …]
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h60 struct WorkerThread { struct
62 int count = 0;
66 ThreadInitializer initializer;
69 std::shared_ptr<Thread::Affinity::Policy> affinityPolicy;
/external/cronet/stable/base/task/thread_pool/
Dworker_thread_set.h18 class WorkerThread; variable
Dpooled_single_thread_task_runner_manager.h31 class WorkerThread; variable
Dpooled_single_thread_task_runner_manager.cc131 void OnMainEntry(WorkerThread* /* worker */) override { in OnMainEntry() argument
227 void OnMainExit(WorkerThread* /* worker */) override {} in OnMainExit() argument
405 void OnMainExit(WorkerThread* /* worker */) override { in OnMainExit() argument
/external/cronet/tot/base/task/thread_pool/
Dworker_thread_set.h18 class WorkerThread; variable
Dpooled_single_thread_task_runner_manager.h31 class WorkerThread; variable
Dpooled_single_thread_task_runner_manager.cc131 void OnMainEntry(WorkerThread* /* worker */) override { in OnMainEntry() argument
227 void OnMainExit(WorkerThread* /* worker */) override {} in OnMainExit() argument
405 void OnMainExit(WorkerThread* /* worker */) override { in OnMainExit() argument
Dworker_thread.cc149 WorkerThread::WorkerThread(ThreadType thread_type_hint, in WorkerThread() function in base::internal::WorkerThread
/external/aws-sdk-java-v2/services/sqs/src/it/java/software/amazon/awssdk/services/sqs/
DSqsConcurrentPerformanceIntegrationTest.java73 private class WorkerThread extends Thread { class in SqsConcurrentPerformanceIntegrationTest
/external/libgav1/src/utils/
Dthreadpool.cc124 class ThreadPool::WorkerThread : public Allocable { class in libgav1::ThreadPool
160 ThreadPool::WorkerThread::WorkerThread(ThreadPool* pool) : pool_(pool) {} in WorkerThread() function in libgav1::ThreadPool::WorkerThread
/external/rust/android-crates-io/crates/rayon-core/src/scope/
Dmod.rs461 fn new(owner: Option<&WorkerThread>, registry: Option<&Arc<Registry>>) -> Self { in new()
557 fn new(owner: Option<&WorkerThread>, registry: Option<&Arc<Registry>>) -> Self { in new()
624 fn new(owner: Option<&WorkerThread>, registry: Option<&Arc<Registry>>) -> Self { in new()
663 fn complete<FUNC, R>(&self, owner: Option<&WorkerThread>, func: FUNC) -> R in complete()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dworker_thread.cc20 WorkerThread::WorkerThread(tensorflow::Env* env, const std::string& name) { in WorkerThread() function in xla::WorkerThread
/external/webrtc/test/
Drun_loop.cc69 RunLoop::WorkerThread::WorkerThread(rtc::SocketServer* ss) in WorkerThread() function in webrtc::test::RunLoop::WorkerThread
/external/grpc-grpc/test/cpp/util/
Dtls_test_utils.cc66 void AsyncCertificateVerifier::WorkerThread(void* arg) { in WorkerThread() function in grpc::testing::AsyncCertificateVerifier
/external/python/cpython3/Lib/test/libregrtest/
Drun_workers.py108 class WorkerThread(threading.Thread): class
450 def get_running(workers: list[WorkerThread]) -> str | None:
/external/rust/android-crates-io/crates/rayon-core/src/join/
Dmod.rs182 worker_thread: &WorkerThread, in join_recover_from_panic()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_dns_cache.cc155 void GcsDnsCache::WorkerThread() { in WorkerThread() function in tensorflow::GcsDnsCache
/external/grpc-grpc/src/cpp/thread_manager/
Dthread_manager.cc34 ThreadManager::WorkerThread::WorkerThread(ThreadManager* thd_mgr) in WorkerThread() function in grpc::ThreadManager::WorkerThread
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/thread_manager/
Dthread_manager.cc35 ThreadManager::WorkerThread::WorkerThread(ThreadManager* thd_mgr) in WorkerThread() function in grpc::ThreadManager::WorkerThread
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java1217 class WorkerThread extends Thread { in TestMultithreaded() class
1218 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java1220 class WorkerThread extends Thread { in TestMultithreaded() class
1221 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/external/crosvm/e2e_tests/tests/
Dconsole.rs133 ) -> WorkerThread<()> { in generate_workthread_to_monitor_fifo()
/external/grpc-grpc/test/core/util/
Dtls_utils.cc150 void AsyncExternalVerifier::WorkerThread(void* arg) { in WorkerThread() function in grpc_core::testing::AsyncExternalVerifier

12