Searched refs:Suspend (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp68 watch.Suspend();
76 watch.Suspend();
91 watch.Suspend();
100 watch.Suspend();
112 watch.Suspend();
134 watch.Suspend();
142 watch.Suspend();
157 watch.Suspend();
166 watch.Suspend();
H A DcollatorSpeed.cpp63 watch.Suspend();
/haiku/headers/os/support/
H A DStopWatch.h18 void Suspend();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp125 IndexIterator::Suspend() function in class:IndexIterator
127 return fIterator != NULL ? fIterator->Suspend() : B_BAD_VALUE;
160 AbstractIndexIterator::Suspend() function in class:AbstractIndexIterator
H A DIndexImpl.h22 virtual status_t Suspend();
44 virtual status_t Suspend();
108 GenericIndexIterator<Policy>::Suspend() function in class:GenericIndexIterator
205 Suspend();
H A DIndex.h85 status_t Suspend();
/haiku/headers/private/screen_saver/
H A DScreenSaverRunner.h34 status_t Suspend();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndexImpl.h22 virtual status_t Suspend();
41 virtual status_t Suspend();
128 // Suspend
131 NodeEntryIterator<NodeIterator>::Suspend() function in class:NodeEntryIterator
H A DIndex.cpp148 // Suspend
150 IndexEntryIterator::Suspend() function in class:IndexEntryIterator
152 return (fIterator ? fIterator->Suspend() : B_BAD_VALUE);
184 // Suspend
186 AbstractIndexEntryIterator::Suspend() function in class:AbstractIndexEntryIterator
H A DAttributeIterator.h26 status_t Suspend();
H A DEntryIterator.h25 status_t Suspend();
H A DSizeIndex.cpp86 virtual status_t Suspend();
271 // Suspend
273 SizeIndex::Iterator::Suspend() function in class:SizeIndex::Iterator
275 status_t error = BaseClass::Suspend();
362 Suspend();
372 Suspend();
H A DLastModifiedIndex.cpp87 virtual status_t Suspend();
272 // Suspend
274 LastModifiedIndex::Iterator::Suspend() function in class:LastModifiedIndex::Iterator
276 status_t error = BaseClass::Suspend();
364 Suspend();
374 Suspend();
H A DIndex.h71 status_t Suspend();
H A DAttributeIterator.cpp54 // Suspend
56 AttributeIterator::Suspend() function in class:AttributeIterator
H A DEntryIterator.cpp56 // Suspend
58 EntryIterator::Suspend() function in class:EntryIterator
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.h99 status_t Suspend();
138 status_t Suspend();
171 status_t Suspend();
205 status_t Suspend();
234 status_t Suspend();
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.h44 void Suspend(BMessage* message);
/haiku/src/servers/app/drawing/
H A DOverlay.h30 status_t Suspend(ServerBitmap* bitmap, bool needTemporary);
/haiku/src/kits/support/
H A DStopWatch.cpp64 BStopWatch::Suspend() function in class:BStopWatch
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp73 ScreenSaverRunner::Suspend() function in class:ScreenSaverRunner
92 Suspend();
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h26 status_t Suspend();
H A DGenericThread.cpp232 GenericThread::Suspend() function in class:GenericThread
246 // to counteract Suspend()
316 Suspend();
325 Suspend();
/haiku/src/apps/expander/
H A DGenericThread.h29 status_t Suspend(void);
H A DGenericThread.cpp224 GenericThread::Suspend(void) function in class:GenericThread
238 // to counteract Suspend()
308 Suspend();
317 Suspend();

Completed in 104 milliseconds

12