Searched refs:DISPATCH_BACKUP_NSEC (Results 1 – 1 of 1) sorted by relevance
40 #define DISPATCH_BACKUP_NSEC (1000 * 1000) /* 1ms */ macro631 uint64_t nsec = tv.tv_usec * 1000 + DISPATCH_BACKUP_NSEC; in timeout_timespec()