Home
last modified time | relevance | path

Searched refs:FixedQueue (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dfixed_queue.h26 class FixedQueue { class
34 explicit FixedQueue(const size_t capacity = 20);
41 virtual ~FixedQueue();
44 * @brief Try push one record into FixedQueue.
53 * @brief Push one record into FixedQueue.
61 * @brief Try pop one record from FixedQueue.
70 * @brief Pop one record from FixedQueue.
84 BT_DISALLOW_COPY_AND_ASSIGN(FixedQueue);
88 FixedQueue<T>::FixedQueue(cons function in utility::FixedQueue
[all...]
H A Ddispatcher.h88 utility::FixedQueue<std::function<void()>> taskQueue_ {};

Completed in 1 milliseconds