Searched refs:Dequeue (Results 1 – 16 of 16) sorted by relevance
123 TEST_F(QueueTestSmpl3, Dequeue) { in TEST_F() argument124 int* n = q0_.Dequeue(); in TEST_F()127 n = q1_.Dequeue(); in TEST_F()133 n = q2_.Dequeue(); in TEST_F()
168 TEST_F(QueueTest, Dequeue) { in TEST_F() argument169 int* n = q0_.Dequeue(); in TEST_F()172 n = q1_.Dequeue(); in TEST_F()178 n = q2_.Dequeue(); in TEST_F()
129 E* Dequeue() { in Dequeue() function
137 if (!incoming_queue()->Dequeue(&job)) break; in Run()192 outgoing_queue_.Dequeue(&job); in FinalizeFinishedJobs()
29 inline bool Dequeue(Record* record);
55 inline bool LockedQueue<Record>::Dequeue(Record* record) {
163 if (!incoming_queue_->Dequeue(&job)) break; in Run()213 outgoing_queue_.Dequeue(&job); in InstallBatch()
264 E* Dequeue(); // Returns NULL if the queue is empty.302 int* n = q0_.Dequeue();305 n = q1_.Dequeue();311 n = q2_.Dequeue();322 make sense. For example, the second assertion in the `Dequeue` test is
192 if (events_buffer_.Dequeue(&record)) { in ProcessCodeEvent()250 ticks_from_vm_buffer_.Dequeue(&record); in ProcessOneSample()
224 Block* block = worklist.Dequeue(); in ComputeInputDefinitions()
513 T Dequeue() { in Dequeue() function
95 if (queue_.Dequeue(&task)) { in GetNext()
1005 static PerThreadSynch *Dequeue(PerThreadSynch *head, PerThreadSynch *pw) { in Dequeue() function1040 head = Dequeue(head, pw); in DequeueAllWakeable()1098 h = Dequeue(h, pw); in TryRemove()
179 bool Dequeue(std::unique_ptr<SerializationData>* data);
4089 bool SerializationDataQueue::Dequeue( in Dequeue() function in v8::SerializationDataQueue4191 while (!out_queue_.Dequeue(&result)) { in GetMessage()
108025 videomixer: Dequeue current buffer on FLUSH_STOP and don't unref NULL buffers