Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/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 { impl
[all …]
/aosp_15_r20/external/crosvm/base/src/
H A Dworker_thread.rs16 pub struct WorkerThread<T: Send + 'static> { struct
20 impl<T: Send + 'static> WorkerThread<T> { implementation
91 impl<T: Send + 'static> Drop for WorkerThread<T> { implementation
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h60 struct WorkerThread { struct
62 int count = 0;
66 ThreadInitializer initializer;
69 std::shared_ptr<Thread::Affinity::Policy> affinityPolicy;
/aosp_15_r20/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()
/aosp_15_r20/hardware/google/aemu/base/
DWorkerThread_unittest.cpp24 TEST(WorkerThread, TheReturnedFutureFromEnqueueShouldBeReadyWhenTheWorkerStops) { in TEST() argument
33 TEST(WorkerThread, TheReturnedFutureFromEnqueueShouldBeReadyBeforeTheWorkerStarts) { in TEST() argument
/aosp_15_r20/frameworks/base/startop/apps/test/src/
H A DCPUIntensiveBenchmarks.java29 static class WorkerThread extends Thread { class in CPUIntensiveBenchmarks
31 WorkerThread(int number) { in WorkerThread() method in CPUIntensiveBenchmarks.WorkerThread
/aosp_15_r20/external/libgav1/src/utils/
H A Dthreadpool.cc122 class ThreadPool::WorkerThread : public Allocable { class in libgav1::ThreadPool
158 ThreadPool::WorkerThread::WorkerThread(ThreadPool* pool) : pool_(pool) {} in WorkerThread() function in libgav1::ThreadPool::WorkerThread
/aosp_15_r20/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileDownloaderTest.java78 static class WorkerThread extends Thread { class in ONSProfileDownloaderTest
82 WorkerThread(Runnable runnable) { in WorkerThread() method in ONSProfileDownloaderTest.WorkerThread
DONSProfileActivatorTest.java130 static class WorkerThread extends Thread { class in ONSProfileActivatorTest
134 WorkerThread(Runnable runnable) { in WorkerThread() method in ONSProfileActivatorTest.WorkerThread
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dpooled_single_thread_task_runner_manager.cc124 void OnMainEntry(WorkerThread* /* worker */) override { in OnMainEntry() argument
220 void OnMainExit(WorkerThread* /* worker */) override {} in OnMainExit() argument
384 void OnMainExit(WorkerThread* /* worker */) override { in OnMainExit() argument
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp158 class WorkerThread { class
160 explicit WorkerThread() : mThread(&WorkerThread::main, this) {} in WorkerThread() function in gfxstream::vk::__anonca3b56880111::WorkerThread
/aosp_15_r20/prebuilts/misc/common/ddmlib/
HDannotations-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/annotations/
HDannotations.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/annotations/31.9.0-alpha03/
HDannotations-31.9.0-alpha03.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java1217 class WorkerThread extends Thread { in TestMultithreaded() class
1218 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java1220 class WorkerThread extends Thread { in TestMultithreaded() class
1221 WorkerThread(int num) { in TestMultithreaded() method in TestCharsetDetector.WorkerThread
/aosp_15_r20/frameworks/libs/modules-utils/java/android/annotation/
DWorkerThread.java47 public @interface WorkerThread { annotation
/aosp_15_r20/tools/metalava/stub-annotations/src/main/java/androidx/annotation/
H A DWorkerThread.java30 public @interface WorkerThread {} annotation
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
H A DWorkerThread.java31 public @interface WorkerThread { annotation
/aosp_15_r20/system/media/audio_utils/tests/
H A Drun_remote_tests.cpp21 static void WorkerThread(android::audio_utils::RunRemote& runRemote) { in WorkerThread() function
/aosp_15_r20/external/aws-sdk-java-v2/services/sqs/src/it/java/software/amazon/awssdk/services/sqs/
H A DSqsConcurrentPerformanceIntegrationTest.java73 private class WorkerThread extends Thread { class in SqsConcurrentPerformanceIntegrationTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dworker_thread.cc20 WorkerThread::WorkerThread(tensorflow::Env* env, const std::string& name) { in WorkerThread() function in xla::WorkerThread
/aosp_15_r20/hardware/interfaces/biometrics/common/thread/
H A DWorkerThread.cpp23 WorkerThread::WorkerThread(size_t maxQueueSize) in WorkerThread() function in aidl::android::hardware::biometrics::WorkerThread
/aosp_15_r20/art/test/1002-notify-startup/src-art/
H A DMain.java56 private static class WorkerThread extends Thread { class in Main
/aosp_15_r20/external/webrtc/test/
H A Drun_loop.cc69 RunLoop::WorkerThread::WorkerThread(rtc::SocketServer* ss) in WorkerThread() function in webrtc::test::RunLoop::WorkerThread

12345678910>>...17