Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dregistry.rs297 pub(super) fn current_thread(&self) -> Option<&WorkerThread> { in current_thread()
436 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker()
457 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cold()
484 unsafe fn in_worker_cross<OP, R>(&self, current_thread: &WorkerThread, op: OP) -> R in in_worker_cross()
486 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cross()
594 pub(super) struct WorkerThread { struct
609 // This is a bit sketchy, but basically: the WorkerThread is argument
618 impl Drop for WorkerThread { implementation
628 impl WorkerThread { impl
639 unsafe fn set_current(thread: *const WorkerThread) { in set_current()
[all …]
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h58 struct WorkerThread { struct
60 int count = 0;
64 ThreadInitializer initializer;
67 std::shared_ptr<Thread::Affinity::Policy> affinityPolicy;
/external/libgav1/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/webrtc/rtc_base/
Dtask_queue_win.cc172 class WorkerThread : public rtc::PlatformThread { class in webrtc::__anonb2f280180111::TaskQueueWin
174 WorkerThread(rtc::ThreadRunFunction func, in WorkerThread() function in webrtc::__anonb2f280180111::TaskQueueWin::WorkerThread
/external/rust/crates/rayon-core/src/scope/
Dmod.rs532 unsafe fn complete<FUNC, R>(&self, owner_thread: &WorkerThread, func: FUNC) -> R in complete()
594 unsafe fn steal_till_jobs_complete(&self, owner_thread: &WorkerThread) { in steal_till_jobs_complete()
/external/rust/crates/rayon-core/src/join/
Dmod.rs181 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java391 class WorkerThread implements Runnable { in TestBug12873() class
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java394 class WorkerThread implements Runnable { in TestBug12873() class
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp199 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter, in WorkerThread() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_common_test.cpp207 static void *WorkerThread(void *arg) { in WorkerThread() function
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerFork.cpp274 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/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerFork.cpp274 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/tensorflow/tensorflow/core/kernels/data/experimental/
Dparallel_interleave_dataset_op.cc687 void WorkerThread(const std::shared_ptr<IteratorContext>& ctx, in WorkerThread() function in tensorflow::data::experimental::ParallelInterleaveDatasetOp::Dataset::Iterator
/external/stressapptest/src/
Dworker.cc228 WorkerThread::WorkerThread() { in WorkerThread() function in WorkerThread