Lines Matching defs:time
483 * and its availability is detected at run-time.
521 /* Should sleep some amount of time */
561 unsigned __int64 time;
570 * the same time stamp is repeated, to ensure that the nonce is unique
573 * The normal OpenVMS time is specified to be high granularity (100ns),
574 * but the time update granularity given by sys$gettim() may be lower.
578 * time update granularity, but tests on Itanium (and even Alpha) have
584 * same time value more than once.
592 sys$gettim((void*)&data.time);
594 if (data.time == last_time) {
597 last_time = data.time;