Searched refs:Queue (Results 1 - 21 of 21) sorted by last modified time

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h30 class Queue { class
32 Queue(Stack *stack);
33 ~Queue();
40 status_t LinkTo(Queue *other);
67 Queue * queue;
132 Queue *queue,
232 Queue ** fQueues;
H A Duhci.cpp296 Queue::Queue(Stack *stack) function in class:Queue
316 Queue::~Queue()
330 Queue::InitCheck()
337 Queue::Lock()
344 Queue::Unlock()
351 Queue::LinkTo(Queue *other)
368 Queue
[all...]
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h30 typedef DoublyLinkedQueue<Element, GetLink> Queue; typedef in class:DoublyLinkedQueue
36 Iterator(Queue *queue)
86 Queue *fQueue;
93 ConstIterator(const Queue *queue)
131 const Queue *fQueue;
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3435 BMessageQueue &queue = fApplication->Handler().Queue();
H A DQueryTest.cpp1341 BMessageQueue &queue = fApplication->Handler().Queue();
H A DTestApp.h15 BMessageQueue &Queue();
H A DTestApp.cpp24 // Queue
26 BTestHandler::Queue() function in class:BTestHandler
H A DVolumeTest.cpp530 BMessageQueue &queue = handler.Queue();
619 CHK(fApplication->Handler().Queue().IsEmpty());
620 CHK(handler2->Queue().IsEmpty());
/haiku/src/kits/app/
H A DMessage.cpp2258 if (direct->Queue()->IsNextMessage(copy) && port_count(port) <= 0) {
H A DLooper.cpp143 while ((message = fDirectTarget->Queue()->NextMessage()) != NULL) {
376 return fDirectTarget->Queue();
385 if (!fDirectTarget->Queue()->IsEmpty())
1057 && fDirectTarget->Queue()->IsNextMessage(message)
1073 fDirectTarget->Queue()->AddMessage(message);
1214 BMessage* message = fDirectTarget->Queue()->NextMessage();
/haiku/src/kits/interface/
H A DWindow.cpp2932 fDirectTarget->Queue()->AddMessage(message);
2982 BMessage* message = fDirectTarget->Queue()->NextMessage();
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_mskreg.h509 #define B3_RI_WTO_R1 0x0190 /* 8 bit WR Timeout Queue R1 (TO0) */
510 #define B3_RI_WTO_XA1 0x0191 /* 8 bit WR Timeout Queue XA1 (TO1) */
511 #define B3_RI_WTO_XS1 0x0192 /* 8 bit WR Timeout Queue XS1 (TO2) */
512 #define B3_RI_RTO_R1 0x0193 /* 8 bit RD Timeout Queue R1 (TO3) */
513 #define B3_RI_RTO_XA1 0x0194 /* 8 bit RD Timeout Queue XA1 (TO4) */
514 #define B3_RI_RTO_XS1 0x0195 /* 8 bit RD Timeout Queue XS1 (TO5) */
515 #define B3_RI_WTO_R2 0x0196 /* 8 bit WR Timeout Queue R2 (TO6) */
516 #define B3_RI_WTO_XA2 0x0197 /* 8 bit WR Timeout Queue XA2 (TO7) */
517 #define B3_RI_WTO_XS2 0x0198 /* 8 bit WR Timeout Queue XS2 (TO8) */
518 #define B3_RI_RTO_R2 0x0199 /* 8 bit RD Timeout Queue R
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp431 otherLineLocker->Queue().Add(lineLocker);
443 if (CacheLineLocker* nextLineLocker = lineLocker->Queue().RemoveHead()) {
444 nextLineLocker->Queue().MoveFrom(&lineLocker->Queue());
H A DCachedDataReader.h59 DoublyLinkedList<CacheLineLocker>& Queue() function in class:CachedDataReader::CacheLineLocker
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp48 struct LibsolvSolver::SolvQueue : Queue {
/haiku/src/tools/cppunit/
H A DTestApp.cpp25 // Queue
28 BTestHandler::Queue() function in class:BTestHandler
/haiku/src/servers/media/
H A DNotificationManager.h13 #include "Queue.h"
44 Queue fNotificationQueue;
H A DQueue.cpp17 #include "Queue.h"
23 Queue::Queue() function in class:Queue
31 Queue::~Queue()
39 Queue::Terminate()
53 Queue::AddItem(void* item)
69 Queue::RemoveItem()
H A DQueue.h13 class Queue : BLocker { class in inherits:BLocker
15 Queue();
16 ~Queue();
/haiku/headers/private/app/
H A DDirectMessageTarget.h27 BMessageQueue* Queue() { return &fQueue; } function in class:BPrivate::BDirectMessageTarget
/haiku/headers/tools/cppunit/
H A DTestApp.h17 BMessageQueue &Queue();

Completed in 229 milliseconds