Home
last modified time | relevance | path

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

12

/external/crosvm/base/src/
Dworker_thread.rs15 pub struct WorkerThread<T: Send + 'static> { struct
19 impl<T: Send + 'static> WorkerThread<T> { argument
77 impl<T: Send + 'static> Drop for WorkerThread<T> { implementation
/external/rust/crates/rayon-core/src/
Dregistry.rs346 pub(super) fn current_thread(&self) -> Option<&WorkerThread> { in current_thread()
508 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker()
529 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cold()
556 unsafe fn in_worker_cross<OP, R>(&self, current_thread: &WorkerThread, op: OP) -> R in in_worker_cross()
558 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cross()
666 pub(super) struct WorkerThread { struct
684 // This is a bit sketchy, but basically: the WorkerThread is argument
693 impl From<ThreadBuilder> for WorkerThread { implementation
706 impl Drop for WorkerThread { implementation
716 impl WorkerThread { impl
[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/base/task/thread_pool/
Dworker_thread_set.h17 class WorkerThread; variable
Dpooled_single_thread_task_runner_manager.h31 class WorkerThread; variable
Dpooled_single_thread_task_runner_manager.cc123 void OnMainEntry(WorkerThread* /* worker */) override { in OnMainEntry() argument
187 void OnMainExit(WorkerThread* /* worker */) override {} in OnMainExit() argument
348 void OnMainExit(WorkerThread* /* worker */) override { in OnMainExit() argument
Dworker_thread.cc137 WorkerThread::WorkerThread(ThreadType thread_type_hint, in WorkerThread() function in base::internal::WorkerThread
/external/rust/crates/rayon-core/src/scope/
Dmod.rs481 fn new(owner: Option<&WorkerThread>, registry: Option<&Arc<Registry>>) -> Self { in new()
577 fn new(owner: Option<&WorkerThread>, registry: Option<&Arc<Registry>>) -> Self { in new()
644 fn new(owner: Option<&WorkerThread>, registry: Option<&Arc<Registry>>) -> Self { in new()
687 fn complete<FUNC, R>(&self, owner: Option<&WorkerThread>, func: FUNC) -> R in complete()
782 pub(super) fn wait(&self, owner: Option<&WorkerThread>) { in wait()
/external/libgav1/src/utils/
Dthreadpool.cc121 class ThreadPool::WorkerThread : public Allocable { class in libgav1::ThreadPool
157 ThreadPool::WorkerThread::WorkerThread(ThreadPool* pool) : pool_(pool) {} in WorkerThread() function in libgav1::ThreadPool::WorkerThread
/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/rust/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.cc30 ThreadManager::WorkerThread::WorkerThread(ThreadManager* thd_mgr) in WorkerThread() function in grpc::ThreadManager::WorkerThread
/external/rust/crates/grpcio-sys/grpc/src/cpp/thread_manager/
Dthread_manager.cc29 ThreadManager::WorkerThread::WorkerThread(ThreadManager* thd_mgr) in WorkerThread() function in grpc::ThreadManager::WorkerThread
/external/icu/icu4j/main/tests/core/src/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/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cc152 static void *WorkerThread(void *arg) { in WorkerThread() function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java398 class WorkerThread implements Runnable { in TestBug12873() class
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java395 class WorkerThread implements Runnable { in TestBug12873() class
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dhandler.rs264 ) -> Result<WorkerThread<()>> { in activate()
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp199 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, in WorkerThread() function
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerFork.cpp303 void WorkerThread(JobQueue *FuzzQ, JobQueue *MergeQ) { in WorkerThread() function
DFuzzerDriver.cpp230 static void WorkerThread(const Command &BaseCmd, std::atomic<unsigned> *Counter, in WorkerThread() function
/external/cronet/base/threading/
Dthread_restrictions.h184 class WorkerThread; variable

12