Home
last modified time | relevance | path

Searched refs:fSuspended (Results 1 – 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIterator.cpp17 fSuspended(false), in AttributeIterator()
40 fSuspended = false; in SetTo()
50 if (fNode && fSuspended) in Unset()
55 fSuspended = false; in Unset()
71 if (fSuspended) in Suspend()
76 fSuspended = true; in Suspend()
92 if (!fSuspended) in Resume()
97 fSuspended = false; in Resume()
134 if (fSuspended && fAttribute) in Rewind()
H A DEntryIterator.cpp15 fSuspended(false), in EntryIterator()
36 fSuspended = false; in SetTo()
47 if (fDirectory && fSuspended) in Unset()
51 fSuspended = false; in Unset()
63 if (!fSuspended) { in Suspend()
67 fSuspended = true; in Suspend()
83 if (fSuspended) { in Resume()
86 fSuspended = false; in Resume()
120 if (fSuspended && fEntry) in Rewind()
H A DIndexImpl.h52 bool fSuspended; variable
64 fSuspended(false) in NodeEntryIterator()
83 fSuspended = false; in Unset()
107 if (!fInitialized || !fNode || fSuspended) in GetNext()
133 status_t error = (fInitialized && !fSuspended ? B_OK : B_BAD_VALUE); in Suspend()
135 fSuspended = true; in Suspend()
144 status_t error = (fInitialized && fSuspended ? B_OK : B_BAD_VALUE); in Resume()
146 fSuspended = false; in Resume()
H A DNameIndex.cpp93 bool fSuspended; member in NameIndexEntryIterator
238 fSuspended(false), in NameIndexEntryIterator()
272 if (fSuspended) in GetPrevious()
284 if (fSuspended) in GetNext()
296 status_t error = (!fSuspended ? B_OK : B_BAD_VALUE); in Suspend()
303 fSuspended = true; in Suspend()
312 status_t error = (fSuspended ? B_OK : B_BAD_VALUE); in Resume()
319 fSuspended = false; in Resume()
331 fSuspended = false; in SetTo()
H A DAttributeIterator.h28 bool IsSuspended() const { return fSuspended; } in IsSuspended()
44 bool fSuspended; variable
H A DEntryIterator.h27 bool IsSuspended() const { return fSuspended; } in IsSuspended()
43 bool fSuspended; variable
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.cpp21 fSuspended(0), in Observable()
76 if (!fSuspended) { in Notify()
92 fSuspended++; in SuspendNotifications()
94 fSuspended--; in SuspendNotifications()
96 if (fSuspended < 0) { in SuspendNotifications()
99 fSuspended = 0; in SuspendNotifications()
102 if (!fSuspended && fPendingNotifications) in SuspendNotifications()
H A DObservable.h37 int32 fSuspended; variable
/haiku/src/apps/mediaplayer/support/
H A DNotifier.cpp21 fSuspended(0), in Notifier()
76 if (!fSuspended) { in Notify()
92 fSuspended++; in SuspendNotifications()
94 fSuspended--; in SuspendNotifications()
96 if (fSuspended < 0) { in SuspendNotifications()
99 fSuspended = 0; in SuspendNotifications()
102 if (!fSuspended && fPendingNotifications) in SuspendNotifications()
H A DNotifier.h36 int32 fSuspended; variable
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h58 bool fSuspended; variable
68 fSuspended(false) in GenericIndexIterator()
92 if (fSuspended || fNextTreeNode == NULL) in Next()
110 if (fSuspended) in Suspend()
118 fSuspended = true; in Suspend()
127 if (!fSuspended) in Resume()
133 fSuspended = false; in Resume()
146 fSuspended = false; in SetTo()