Home
last modified time | relevance | path

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

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/
H A Dfolder_recvonly.go80 delQueue := &deleteQueue{
119 handled, err := delQueue.handle(fi, snap)
149 deleted, err := delQueue.flush(snap)
/dports/net/kget/kget-21.12.3/core/
H A Dscheduler.h115 void delQueue(JobQueue * queue);
H A Dscheduler.cpp80 void Scheduler::delQueue(JobQueue * queue) in delQueue() function in Scheduler
H A Dtransfertreemodel.cpp247 KGet::m_scheduler->delQueue(group); in delGroup()
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dbfs.c141 void delQueue(Queue * qp) in delQueue() function
/dports/games/spring/spring_98.0/rts/lib/gml/
H A DThreadSafeContainers.h239 void clean(std::vector<C> *delQueue) { in clean() argument
/dports/games/scummvm/scummvm-2.5.1/engines/hugo/
H A Dschedule.h583 void delQueue(Event *curEvent);
H A Dschedule.cpp196 delQueue(curEvent); // Return event to free list in newScreen()
1445 delQueue(curEvent); // Return event to free list in doAction()
1459 void Scheduler::delQueue(Event *curEvent) { in delQueue() function in Hugo::Scheduler
1494 delQueue(wrkEvent); in delEventType()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hugo/
H A Dschedule.h583 void delQueue(Event *curEvent);
H A Dschedule.cpp196 delQueue(curEvent); // Return event to free list in newScreen()
1445 delQueue(curEvent); // Return event to free list in doAction()
1459 void Scheduler::delQueue(Event *curEvent) { in delQueue() function in Hugo::Scheduler
1494 delQueue(wrkEvent); in delEventType()
/dports/net/py-kombu/kombu-4.6.11/kombu/transport/
H A Dqpid.py562 self._broker.delQueue(queue)
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/products/
H A Dimages.tpl338 function delQueue(id)
/dports/net/py-kombu/kombu-4.6.11/t/unit/transport/
H A Dtest_qpid.py908 self.mock_broker.delQueue.assert_called_with(mock_queue)