Searched refs:Pop (Results 1 - 25 of 39) sorted by relevance

12

/haiku/headers/private/support/
H A DJobQueue.h32 BJob* Pop();
33 status_t Pop(bigtime_t timeout, bool returnWhenEmpty,
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.h29 void Pop();
H A DPPDParser.cpp197 void PPDParser::Pop() function in class:PPDParser
319 Pop();
354 Pop();
/haiku/headers/private/media/
H A DTStack.h41 bool Pop(T *value) function in class:Stack
/haiku/src/bin/bfs_tools/lib/
H A DStack.h45 bool Pop(T *value) function in class:Stack
H A DBPlusTree.cpp252 if (!stack.Pop(&info)) {
341 while (stack.Pop(&pos) && (node = fCache.Get(pos)) != NULL && CheckNode(node))
972 while (stack.Pop(&nodeAndKey) && (node = fCache.Get(nodeAndKey.nodeOffset)) != NULL && CheckNode(node))
1054 if (stack.Pop(&nodeAndKey) && (node = fCache.Get(nodeAndKey.nodeOffset)) != NULL && CheckNode(node))
/haiku/headers/private/kernel/util/
H A DStack.h56 bool Pop(T *value) function in class:Stack
90 while (stack->Pop(&item)) {
/haiku/headers/private/fs_shell/
H A DStack.h57 bool Pop(T *value) function in class:FSShell::Stack
/haiku/src/add-ons/translators/rtf/
H A DStack.h55 bool Pop(T *value) function in class:Stack
/haiku/src/apps/sudoku/
H A DStack.h54 bool Pop(T *value) function in class:Stack
H A DSudokuSolver.cpp193 while (stack.Pop(&step)) {
/haiku/src/kits/support/
H A DJobQueue.cpp148 JobQueue::Pop() function in class:BSupportKit::BPrivate::JobQueue
151 if (Pop(B_INFINITE_TIMEOUT, true, &job) == B_OK)
159 JobQueue::Pop(bigtime_t timeout, bool returnWhenEmpty, BJob** _job) function in class:BSupportKit::BPrivate::JobQueue
/haiku/src/kits/package/
H A DRequest.cpp52 return fJobQueue->Pop();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp55 if (!fStack.Pop(&fCurrent)) {
248 while (fStack.Pop(&run))
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h27 status_t Pop(Element** element,
102 // Pop
105 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) function in class:BlockingQueue
/haiku/src/apps/installer/
H A DBlockingQueue.h30 status_t Pop(Element** element,
107 // Pop
110 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) function in class:BlockingQueue
H A DCopyEngine.cpp545 status_t ret = fBufferQueue.Pop(&buffer, bufferWaitTimeout);
/haiku/src/servers/launch/
H A DWorker.cpp52 status_t status = fJobQueue.Pop(Timeout(), false, &job);
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp33 inline void* Pop();
66 DepotMagazine::Pop() function in class:DepotMagazine
265 return store->loaded->Pop();
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h101 void Pop();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp74 VolumeEvent* Pop() function in class:VolumeManager::VolumeEventQueue
398 while (VolumeEvent* event = fVolumeEvents->Pop()) {
/haiku/headers/libs/alm/
H A DALMLayoutBuilder.h80 BALMLayoutBuilder& Pop();
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp265 void Pop() function in class:PPDBuilder
362 Pop();
/haiku/src/libs/alm/
H A DALMLayoutBuilder.cpp299 BALMLayoutBuilder::Pop() function in class:BALM::BALMLayoutBuilder
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp487 while (partitions.Pop(&bootPartition)) {

Completed in 150 milliseconds

12