Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKScan.cpp416 time_t tmInit, tmNow; in MutexWait() local
417 time(&tmInit); in MutexWait()
419 while( difftime(time(&tmNow), tmInit) <= uiWaitSecond ) { in MutexWait()
510 time_t tmInit, tmNow; in Wait() local
511 time(&tmInit); in Wait()
512 while( difftime(time(&tmNow), tmInit) <= uiWaitSecond ) { in Wait()