Searched refs:RemoveHead (Results 76 - 93 of 93) sorted by last modified time

1234

/haiku/src/apps/showimage/
H A DImageCache.cpp311 entry = fCacheEntriesByAge.RemoveHead();
/haiku/src/servers/package/
H A DJobQueue.cpp32 while (Job* job = fJobs.RemoveHead())
93 Job* job = fJobs.RemoveHead();
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp42 while (DependencyLink* link = fDependencyLinks.RemoveHead())
168 while (DependencyLink* link = fDependencyLinks.RemoveHead())
/haiku/headers/private/kernel/util/
H A DSinglyLinkedList.h160 inline Element* RemoveHead();
279 // RemoveHead
282 SINGLY_LINKED_LIST_CLASS_NAME::RemoveHead() function in class:SINGLY_LINKED_LIST_CLASS_NAME
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h318 return fAttributeHandlerStack.RemoveHead();
/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolImpl.cpp42 while (PoolBuffer* block = fCachedBuffers.RemoveHead())
45 while (PoolBuffer* block = fUnusedBuffers.RemoveHead())
77 PoolBuffer* buffer = fUnusedBuffers.RemoveHead();
90 buffer = fCachedBuffers.RemoveHead();
131 PoolBuffer* otherBuffer = fUnusedBuffers.RemoveHead();
133 otherBuffer = fCachedBuffers.RemoveHead();
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp24 while ((entry = fList.RemoveHead()) != NULL) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp198 while (TransactionListener* listener = fListeners.RemoveHead()) {
209 while (TransactionListener* listener = fListeners.RemoveHead())
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.cpp123 WorkQueueEntry* entry = fQueue.RemoveHead();
H A DFileInfo.cpp43 delete fNames.RemoveHead();
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp66 while (InstalledWatchpoint* watchpoint = fWatchpoints.RemoveHead())
70 while (Breakpoint* breakpoint = fHardwareBreakpoints.RemoveHead())
240 while (InstalledWatchpoint* watchpoint = fWatchpoints.RemoveHead()) {
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp95 while (CheckSumBlock* block = fBlocks.RemoveHead())
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp375 while (NodeInfo* info = fNodeInfos.RemoveHead())
/haiku/src/kits/debug/
H A DDebugLooper.cpp283 while (Job* job = fJobs->RemoveHead())
/haiku/src/bin/debug/profile/
H A DThread.cpp66 while (ThreadImage* image = fImages.RemoveHead())
68 while (ThreadImage* image = fOldImages.RemoveHead())
/haiku/src/add-ons/kernel/network/stack/
H A Dancillary_data.cpp54 while (ancillary_data* data = container->data_list.RemoveHead()) {
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DCircleBuffer.h45 int RemoveHead(int nBytes);
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h159 inline Element* RemoveHead();
226 // RemoveHead
229 SINGLY_LINKED_LIST_CLASS_NAME::RemoveHead() function in class:FSShell::SINGLY_LINKED_LIST_CLASS_NAME

Completed in 325 milliseconds

1234