Home
last modified time | relevance | path

Searched refs:usTime (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1139 …int64_t usTime = now.sec * CONVERSION_BASE * CONVERSION_BASE + now.usec + (int32_t)timeMillis * CO… in TransSoftBusCondWait() local
1141 tv.sec = usTime / CONVERSION_BASE / CONVERSION_BASE; in TransSoftBusCondWait()
1142 tv.usec = usTime % (CONVERSION_BASE * CONVERSION_BASE); in TransSoftBusCondWait()