Lines Matching defs:time_now
77 uuid_time_t time_now;
84 get_system_time(&time_now);
89 if (time_last != time_now) {
105 time_last = time_now;
109 *timestamp = time_now + uuids_this_tick;
124 uuid_time_t time_now;
128 get_system_time(&time_now);
129 time_now = time_now/UUIDS_PER_TOD_CALL;
130 seed = (unsigned)(((time_now >> 32) ^ time_now)&0xffffffff);