Lines Matching refs:push
38 * The interfaces can be used to perform blocking and non-blocking push and
51 * If the queue is full, the thread of the push operation will be blocked
53 * If the queue is not full, the push operation can be performed and one of the
67 queueT_.push(elem);
77 * element of the queue is returned, and one of the push threads (blocked
99 * If the queue is not full, the push operation can be performed, one of the
112 queueT_.push(elem);
122 * push threads (blocked when the queue is full) is woken up, and <b>true</b>
187 * If the queue is full, the thread of the push operation will be blocked
189 * If the queue is not full, the push operation can be performed and one of the
202 queueT_.push(elem);
211 * If the queue is not full, the push operation can be performed,
222 queueT_.push(elem);