Home
last modified time | relevance | path

Searched refs:FastTime (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kyra/grinliz/
H A Dglperformance.h69 inline U64 FastTime() in FastTime() function
94 inline U64 FastTime() in FastTime() function
125 start = FastTime(); in Performance()
130 U64 end = FastTime(); in ~Performance()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dlockmanager.h58 static const long FastTime; variable
H A Dlockmanager.cpp38 const long LockManager::FastTime = 2000; member in LockManager
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dfapplication.cpp1684 LockManager::checkLockedFiles("backup", backupList, m_lockedFiles, false, LockManager::FastTime); in recoverBackups()
1749 …Manager::initLockedFiles("backup", MainWindow::BackupFolder, m_lockedFiles, LockManager::FastTime); in initBackups()