Home
last modified time | relevance | path

Searched refs:fBusy (Results 1 – 8 of 8) sorted by relevance

/haiku/src/apps/diskusage/
H A DScanner.h36 { return fBusy ? NULL : fSnapshot; } in Snapshot()
40 { return fBusy; } in IsBusy()
46 { return fBusy ? NULL : fSnapshot->currentDir; } in CurrentDir()
73 bool fBusy; variable
H A DScanner.cpp37 fBusy(false), in Scanner()
73 if (fBusy) in Refresh()
76 fBusy = true; in Refresh()
94 if (!fBusy) in Cancel()
165 fBusy = false; in _RunScan()
200 fBusy = false; in _RunScan()
222 fBusy = false; in _RunScan()
290 if (fBusy || fDesiredPath.size() <= 0) in _ChangeToDesired()
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h155 inline void SetBusy(bool busy) { atomic_set(&fBusy, busy ? 1 : 0); } in SetBusy()
156 inline bool IsBusy() const { return atomic_get((int32*)&fBusy) == 1 ; } in IsBusy()
172 int32 fBusy; variable
H A Dinterfaces.cpp453 fBusy(false) in Interface()
/haiku/src/servers/index/
H A DVolumeWatcher.cpp257 fBusy(0) in VolumeWorker()
280 return (atomic_get(&fBusy) != 0); in IsBusy()
329 atomic_set(&fBusy, 1); in _SetBusy()
331 atomic_set(&fBusy, 0); in _SetBusy()
H A DVolumeWatcher.h74 int32 fBusy; variable
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp169 fBusy(false) in Message()
211 fBusy = busy; in SetBusy()
216 return fBusy; in IsBusy()
224 bool fBusy; member in MessageDeliverer::Message
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp547 fBusy(page->busy), in SetPageState()
572 fBusy ? 'b' : '-', in AddDump()
588 bool fBusy : 1; member in PageStateTracing::SetPageState