Home
last modified time | relevance | path

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

/system/libfmq/tests/
Dfmq_unit_tests.cpp304 size_t numElementsInQueue = SIZE_MAX / sizeof(uint16_t) + 1; in TYPED_TEST() local
381 size_t numElementsInQueue = SIZE_MAX / sizeof(uint32_t) - PAGE_SIZE - 1; in TEST_F() local
395 size_t numElementsInQueue = 64; in TEST_F() local
429 size_t numElementsInQueue = 64; in TEST_F() local
524 size_t numElementsInQueue = SSIZE_MAX / sizeof(uint16_t) + 1; in TEST_F() local
/system/libfmq/include/fmq/
DMessageQueueBase.h654 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(size_t numElementsInQueue, in MessageQueueBase()