Searched refs:IsBusy (Results 1 - 17 of 17) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.h39 bool IsBusy() const function in class:Scanner
H A DPieView.cpp318 if (fScanner->IsBusy()) {
/haiku/src/system/kernel/fs/
H A DVnode.h40 inline bool IsBusy() const;
114 vnode::IsBusy() const function in class:vnode
H A Dvfs.cpp728 if (mount->unmounting || rootNode == NULL || rootNode->IsBusy()
975 ASSERT_PRINT(vnode->ref_count == 0 && vnode->IsBusy(), "vnode: %p\n",
1061 if (vnode->IsBusy())
1159 if (vnode && vnode->IsBusy()) {
1334 ASSERT(!vnode->IsBusy());
3143 vnode->IsBusy() ? "b" : "-", vnode->IsUnpublished() ? "u" : "-");
3303 vnode->IsRemoved() ? "r" : "-", vnode->IsBusy() ? "b" : "-",
3702 if (!nodeCreated && vnode->IsBusy()) {
3760 } else if (vnode->IsBusy() && vnode->IsUnpublished()
3763 } else if (vnode->IsBusy()) {
[all...]
/haiku/src/servers/index/
H A DVolumeWatcher.h66 bool IsBusy();
H A DVolumeWatcher.cpp278 VolumeWorker::IsBusy() function in class:VolumeWorker
544 if (fVolumeWorker->IsBusy())
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h55 bool IsBusy() const;
56 bool IsBusy(bool includeDescendants);
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp696 if (partition->IsBusy() || child->IsBusy())
823 if (partition->IsBusy() || child->IsBusy())
952 if (partition->IsBusy() || child->IsBusy())
1028 if (partition->IsBusy() || child->IsBusy())
1376 if (partition->IsBusy() || !child->CheckAndMarkBusy(true))
H A DKPartition.cpp319 KPartition::IsBusy() const function in class:KPartition
326 KPartition::IsBusy(bool includeDescendants) function in class:KPartition
329 return IsBusy();
334 return partition->IsBusy();
345 if (IsBusy(includeDescendants))
H A DKDiskDeviceManager.cpp1236 if (partition->Parent() && partition->Parent()->IsBusy())
1244 if ((partition->IsBusy() || partition->IsDescendantBusy())
1522 if (device->IsBusy(true))
/haiku/src/apps/drivesetup/
H A DSupport.cpp52 printf("\tIsBusy(): %s\n\n", partition->IsBusy() ? "true" : "false");
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp943 if (IsBusy())
1424 if (interface == NULL || interface->IsBusy())
1446 if (interface == NULL || interface->IsBusy())
1468 if (interface->IsBusy())
1499 if (interface->IsBusy())
1510 if (interface->IsBusy())
1553 if (interface->IsBusy())
1583 if (interface->IsBusy())
H A Dinterfaces.h156 inline bool IsBusy() const { return atomic_get((int32*)&fBusy) == 1 ; } function in class:Interface
/haiku/headers/private/storage/
H A DPartition.h51 bool IsBusy() const;
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp214 bool IsBusy() const function in class:MessageDeliverer::Message
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp213 BPartition::IsBusy() const function in class:BPartition
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1091 bool IsBusy ();
4684 !g_CommanderLooperPntr->IsBusy ())
5651 CommanderLooper::IsBusy () function in class:CommanderLooper

Completed in 204 milliseconds