Searched refs:tmInit (Results 1 – 1 of 1) sorted by relevance
416 time_t tmInit, tmNow; in MutexWait() local417 time(&tmInit); in MutexWait()419 while( difftime(time(&tmNow), tmInit) <= uiWaitSecond ) { in MutexWait()510 time_t tmInit, tmNow; in Wait() local511 time(&tmInit); in Wait()512 while( difftime(time(&tmNow), tmInit) <= uiWaitSecond ) { in Wait()