Home | History | Annotate | Download | only in Shell

Lines Matching refs:StartTime

1511 	static unsigned long StartTime = 0;
1606 if(StartTime==0)
1608 StartTime = OsGetTime();
1659 if((m_pShell->m_pShellData->fDieAfterTime>=0.0f) && (((OsGetTime()-StartTime)*0.001f) >= m_pShell->m_pShellData->fDieAfterTime))