Lines Matching refs:pop
39 * pop operations on queues.
54 * pop threads (blocked when the queue is empty) is woken up.
74 * If the queue is empty, the thread of the pop operation will be blocked
76 * If the queue is not empty, the pop operation can be performed, the first
90 queueT_.pop();
100 * pop threads (blocked when the queue is empty) is woken up, and <b>true</b>
121 * If the queue is not empty, the pop operation can be performed, one of the
125 * @param outtask Indicates the data of the pop operation.
134 queueT_.pop();
190 * pop threads (blocked when the queue is empty) is woken up.
212 * one of the pop threads (blocked when the queue is empty) is woken up,