Home
last modified time | relevance | path

Searched defs:WorkQueue (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/zstd/contrib/pzstd/utils/test/
H A DWorkQueueTest.cpp37 TEST(WorkQueue, SingleThreaded) { in TEST() argument
64 TEST(WorkQueue, SPSC) { in TEST() argument
92 TEST(WorkQueue, SPMC) { in TEST() argument
115 TEST(WorkQueue, MPMC) { in TEST() argument
150 TEST(WorkQueue, BoundedSizeWorks) { in TEST() argument
163 TEST(WorkQueue, BoundedSizePushAfterFinish) { in TEST() argument
180 TEST(WorkQueue, SetMaxSize) { in TEST() argument
201 TEST(WorkQueue, BoundedSizeMPMC) { in TEST() argument
242 TEST(WorkQueue, FailedPush) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dcq.rs143 pub struct WorkQueue { struct
148 unsafe impl Sync for WorkQueue {} implementation
149 unsafe impl Send for WorkQueue {} implementation
153 impl WorkQueue { implementation
/aosp_15_r20/external/pigweed/pw_work_queue/
H A Dwork_queue_test.cc27 TEST(WorkQueue, PingPongOneRequestType) { in TEST() argument
65 TEST(WorkQueue, PingPongTwoRequestTypesWithExtraRequests) { in TEST() argument
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
H A DBatchProcessor.kt35 class WorkQueue { in <lambda>() class
/aosp_15_r20/external/cronet/base/synchronization/
H A Dcondition_variable_unittest.cc68 class WorkQueue : public PlatformThread::Delegate { class
487 WorkQueue::WorkQueue(int thread_count) in WorkQueue() function in base::__anon5298d6eb0111::WorkQueue
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dcondition_variable_unittest.cc69 class WorkQueue : public PlatformThread::Delegate { class
502 WorkQueue::WorkQueue(int thread_count) in WorkQueue() function in base::__anon33a212750111::WorkQueue
/aosp_15_r20/external/pigweed/pw_work_queue/public/pw_work_queue/
H A Dwork_queue.h58 WorkQueue(InlineQueue<WorkItem>& queue, size_t queue_capacity) in WorkQueue() function
/aosp_15_r20/frameworks/base/tools/aapt/
H A DWorkQueue.cpp27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) : in WorkQueue() function in android::WorkQueue
/aosp_15_r20/frameworks/base/libs/hwui/thread/
H A DWorkQueue.h59 WorkQueue(std::function<void()>&& wakeFunc, std::mutex& lock) in WorkQueue() function
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Component.h212 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue() function
/aosp_15_r20/frameworks/av/media/codec2/components/base/include/
H A DSimpleC2Component.h292 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue() function
/aosp_15_r20/external/libchrome/base/task/sequence_manager/
H A Dwork_queue.cc13 WorkQueue::WorkQueue(TaskQueueImpl* task_queue, in WorkQueue() function in base::sequence_manager::internal::WorkQueue
H A Dtask_queue_impl.h37 class WorkQueue; variable
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dwork_queue.cc21 WorkQueue::WorkQueue(TaskQueueImpl* task_queue, in WorkQueue() function in base::sequence_manager::internal::WorkQueue
H A Dtask_queue_impl.h48 class WorkQueue; variable
/aosp_15_r20/art/runtime/gc/
H A Dverification.cc146 using WorkQueue = std::deque<std::pair<mirror::Object*, std::string>>; typedef
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
H A DWorkQueue.kt42 internal class WorkQueue { class
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.h40 class WorkQueue; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.h40 class WorkQueue; variable
/aosp_15_r20/external/python/bumble/bumble/
Dutils.py243 class WorkQueue: class in AsyncRunner
/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.cc1624 using WorkQueue = std::deque<std::pair<ObjPtr<mirror::Object>, size_t>>; typedef in art::linker::ImageWriter::LayoutHelper
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dndis.h2556 SINGLE_LIST_ENTRY WorkQueue[NUMBER_OF_WORK_ITEM_TYPES]; member
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/kotlin_headers/
Dkotlinx_coroutines-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlinx-coroutines-core-jvm.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/local-javac-header/
Dkotlinx_coroutines-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ...

12345678910>>...14