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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h75 bigtime_t fTimestamp; member in class:Journal
H A DJournal.cpp1040 fTimestamp = system_time();
1117 kprintf(" timestamp: %" B_PRId64 "\n", fTimestamp);
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp136 bigtime_t fTimestamp; member in class:Session
396 fTimestamp = system_time();
636 if (fNodeCount < 5 || system_time() - fTimestamp < 400000) {
/haiku/src/servers/app/
H A DDesktop.cpp104 bigtime_t fTimestamp; member in class:KeyboardFilter
132 fTimestamp(0)
156 || (focus != fLastFocus && now - fTimestamp > 100000)) {
174 fTimestamp = 0;
176 fTimestamp = now;

Completed in 40 milliseconds