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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp758 FileCookie(int openMode) : fOpenMode(openMode), fLastNotificationTime(0) {}
761 inline bigtime_t GetLastNotificationTime() { return fLastNotificationTime; }
767 - fLastNotificationTime > kNotificationInterval);
770 fLastNotificationTime = currentTime;
777 bigtime_t fLastNotificationTime; member in class:FileCookie
1473 AttributeCookie() : fOpenMode(0), fLastNotificationTime(0) {}
1489 { return fLastNotificationTime; }
1494 bool result = (currentTime - fLastNotificationTime
1497 fLastNotificationTime = currentTime;
1504 bigtime_t fLastNotificationTime; member in class:AttributeCookie
[all...]

Completed in 27 milliseconds