Searched refs:fEventCount (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/patchbay/
H A DCountEventConsumer.h25 fEventCount(0)
29 fEventCount = 0;
33 return fEventCount;
38 atomic_add(&fEventCount, 1);
42 int32 fEventCount; member in class:CountEventConsumer
/haiku/src/tests/kits/app/common/
H A DCommonTestApp.cpp16 fEventCount(0),
29 fEventCount(0),
121 fEventCount = count;
160 for (; fEventCount > 0; fEventCount--) {
H A DCommonTestApp.h48 int32 fEventCount; member in class:CommonTestApp
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp47 fEventCount(0),
83 ASSERT(fEventCount == 0);
89 fEventCount++;
101 fEventCount++;
113 fEventCount++;
127 fEventCount++;
178 return fEventCount != 0;
188 return fEventCount;
526 fEventCount--;
527 ASSERT(fEventCount >
[all...]
H A DTimedEventQueuePrivate.h72 int32 fEventCount; member in struct:_event_queue_imp
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp177 fEventCount(0)
198 return fEventCount;
210 fEventCount++;
220 if (fEventCount == 0)
223 fEvents = new(std::nothrow) system_profiler_event_header*[fEventCount];
281 size_t fEventCount; member in struct:ModelLoader::ExtendedThreadSchedulingState
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp297 fEventCount(0),
346 fEventCount = eventCount;
629 fEventCount(eventCount),
H A DModel.h155 size_t fEventCount; member in class:Model
513 size_t fEventCount; member in class:Model::Thread
685 return fEventCount;
1304 return fEventCount;

Completed in 165 milliseconds