Searched refs:SwapList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/index/
H A DVolumeWatcher.cpp407 SwapEntryRefVector::SwapList() function in class:SwapEntryRefVector
524 collection.createdList = fCreatedList.SwapList();
525 collection.deletedList = fDeleteList.SwapList();
526 collection.modifiedList = fModifiedList.SwapList();
527 collection.movedList = fMovedList.SwapList();
528 collection.movedFromList = fMovedFromList.SwapList();
H A DVolumeWatcher.h100 list the worker thread can handle the second list. The worker thread gets his entries by calling SwapList while holding the watcher thread lock. */
105 EntryRefVector* SwapList();

Completed in 34 milliseconds