Home
last modified time | relevance | path

Searched defs:numElementsInQueue (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libfmq/tests/
H A Dfmq_unit_tests.cpp302 size_t numElementsInQueue = SIZE_MAX / sizeof(uint16_t) + 1; in TYPED_TEST() local
314 size_t numElementsInQueue = SIZE_MAX / sizeof(uint32_t) - PAGE_SIZE - 1; in TEST_F() local
328 size_t numElementsInQueue = 64; in TEST_F() local
362 size_t numElementsInQueue = 64; in TEST_F() local
457 size_t numElementsInQueue = SSIZE_MAX / sizeof(uint16_t) + 1; in TEST_F() local
/aosp12/system/libfmq/include/fmq/
H A DMessageQueueBase.h662 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(size_t numElementsInQueue, in MessageQueueBase()