Searched refs:usTime (Results 1 – 1 of 1) sorted by relevance
1139 …int64_t usTime = now.sec * CONVERSION_BASE * CONVERSION_BASE + now.usec + (int32_t)timeMillis * CO… in TransSoftBusCondWait() local1141 tv.sec = usTime / CONVERSION_BASE / CONVERSION_BASE; in TransSoftBusCondWait()1142 tv.usec = usTime % (CONVERSION_BASE * CONVERSION_BASE); in TransSoftBusCondWait()