/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/ |
D | registry.rs | 342 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 D | worker_thread.rs | 16 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 D | scheduler.h | 60 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/ |
D | mod.rs | 461 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/ |
D | WorkerThread_unittest.cpp | 24 TEST(WorkerThread, TheReturnedFutureFromEnqueueShouldBeReadyWhenTheWorkerStops) { in TEST() argument 33 TEST(WorkerThread, TheReturnedFutureFromEnqueueShouldBeReadyBeforeTheWorkerStarts) { in TEST() argument
|
/aosp_15_r20/frameworks/base/startop/apps/test/src/ |
H A D | CPUIntensiveBenchmarks.java | 29 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 D | threadpool.cc | 122 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/ |
D | ONSProfileDownloaderTest.java | 78 static class WorkerThread extends Thread { class in ONSProfileDownloaderTest 82 WorkerThread(Runnable runnable) { in WorkerThread() method in ONSProfileDownloaderTest.WorkerThread
|
D | ONSProfileActivatorTest.java | 130 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 D | pooled_single_thread_task_runner_manager.cc | 124 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/ |
D | AstcCpuDecompressorImpl.cpp | 158 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/ |
HD | annotations-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/annotations/ |
HD | annotations.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/annotations/31.9.0-alpha03/ |
HD | annotations-31.9.0-alpha03.jar | META-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 D | TestCharsetDetector.java | 1217 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 D | TestCharsetDetector.java | 1220 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/ |
D | WorkerThread.java | 47 public @interface WorkerThread { annotation
|
/aosp_15_r20/tools/metalava/stub-annotations/src/main/java/androidx/annotation/ |
H A D | WorkerThread.java | 30 public @interface WorkerThread {} annotation
|
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/ |
H A D | WorkerThread.java | 31 public @interface WorkerThread { annotation
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | run_remote_tests.cpp | 21 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 D | SqsConcurrentPerformanceIntegrationTest.java | 73 private class WorkerThread extends Thread { class in SqsConcurrentPerformanceIntegrationTest
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | worker_thread.cc | 20 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 D | WorkerThread.cpp | 23 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 D | Main.java | 56 private static class WorkerThread extends Thread { class in Main
|
/aosp_15_r20/external/webrtc/test/ |
H A D | run_loop.cc | 69 RunLoop::WorkerThread::WorkerThread(rtc::SocketServer* ss) in WorkerThread() function in webrtc::test::RunLoop::WorkerThread
|