Home
last modified time | relevance | path

Searched refs:Dequeue (Results 1 – 13 of 13) sorted by relevance

/third_party/googletest/googletest/samples/
Dsample3_unittest.cc126 TEST_F(QueueTestSmpl3, Dequeue) { in TEST_F() argument
127 int * n = q0_.Dequeue(); in TEST_F()
130 n = q1_.Dequeue(); in TEST_F()
136 n = q2_.Dequeue(); in TEST_F()
Dsample5_unittest.cc175 TEST_F(QueueTest, Dequeue) { in TEST_F() argument
176 int* n = q0_.Dequeue(); in TEST_F()
179 n = q1_.Dequeue(); in TEST_F()
185 n = q2_.Dequeue(); in TEST_F()
Dsample3-inl.h130 E* Dequeue() { in Dequeue() function
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs89 return localData.Queue.Dequeue(); in LeaseInternal()
103 leasedItem = sharedQueue.Dequeue(); in LeaseInternal()
107 localData.Queue.Enqueue(sharedQueue.Dequeue()); in LeaseInternal()
159 sharedQueue.Enqueue(localData.Queue.Dequeue()); in Return()
187 sharedQueue.Dequeue().Dispose(); in Dispose()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h71 INLINE void Dequeue() in Dequeue() function
Dthreads.cpp471 pContext->dcRing.Dequeue(); // Remove from tail in CompleteDrawContextInl()
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dmailbox.cc85 std::unique_ptr<MessageBase> msg(mailbox.Dequeue()); in GetMsg()
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dhqueue.h119 T *Dequeue() { in Dequeue() function
Dactor_threadpool.cc106 return actor_queue_.Dequeue(); in PopActorFromQueue()
/third_party/googletest/docs/
Dprimer.md264 E* Dequeue(); // Returns NULL if the queue is empty.
301 int* n = q0_.Dequeue();
304 n = q1_.Dequeue();
310 n = q2_.Dequeue();
321 make sense. For example, the second assertion in the `Dequeue` test is
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1005 static PerThreadSynch *Dequeue(PerThreadSynch *head, PerThreadSynch *pw) { in Dequeue() function
1040 head = Dequeue(head, pw); in DequeueAllWakeable()
1098 h = Dequeue(h, pw); in TryRemove()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc998 static PerThreadSynch *Dequeue(PerThreadSynch *head, PerThreadSynch *pw) { in Dequeue() function
1033 head = Dequeue(head, pw); in DequeueAllWakeable()
1089 h = Dequeue(h, pw); in TryRemove()
/third_party/gstreamer/gstplugins_good/
DChangeLog108025 videomixer: Dequeue current buffer on FLUSH_STOP and don't unref NULL buffers