Searched refs:USECTONSEC (Results 1 – 12 of 12) sorted by relevance
288 #define USECTONSEC 1000 in SoftBusComputeWaitBleSendDataTime() macro291 int64_t time = now.sec * USECTONSEC * USECTONSEC + now.usec + (int64_t)waitMillis * USECTONSEC; in SoftBusComputeWaitBleSendDataTime()292 outtime->sec = time / USECTONSEC / USECTONSEC; in SoftBusComputeWaitBleSendDataTime()293 outtime->usec = time % (USECTONSEC * USECTONSEC); in SoftBusComputeWaitBleSendDataTime()
40 #define USECTONSEC 1000LL macro138 int64_t time = now.sec * USECTONSEC * USECTONSEC + now.usec + (int64_t)waitMillis * USECTONSEC; in ComputeWaitPendTime()139 outtime->sec = time / USECTONSEC / USECTONSEC; in ComputeWaitPendTime()140 outtime->usec = time % (USECTONSEC * USECTONSEC); in ComputeWaitPendTime()
109 #define USECTONSEC 1000LL in ConnBrGetBrPendingPacket() macro138 …int64_t time = (now.sec * USECTONSEC * USECTONSEC + now.usec + (int64_t)(waitMillis * USECTONSEC)); in ConnBrGetBrPendingPacket()139 outtime.sec = time / USECTONSEC / USECTONSEC; in ConnBrGetBrPendingPacket()140 outtime.usec = time % (USECTONSEC * USECTONSEC); in ConnBrGetBrPendingPacket()
191 #define USECTONSEC 1000LL in WaitForSignal() macro197 int64_t time = now.sec * USECTONSEC * USECTONSEC + now.usec + DELAY_TIME * USECTONSEC; in WaitForSignal()199 tv.sec = time / USECTONSEC / USECTONSEC; in WaitForSignal()200 tv.usec = time % (USECTONSEC * USECTONSEC); in WaitForSignal()
36 #define USECTONSEC 1000LL macro504 int64_t time = now.sec * USECTONSEC * USECTONSEC + now.usec + (int64_t)waitMillis * USECTONSEC; in ComputeWaitForceDownTime()505 outtime->sec = time / USECTONSEC / USECTONSEC; in ComputeWaitForceDownTime()506 outtime->usec = time % (USECTONSEC * USECTONSEC); in ComputeWaitForceDownTime()
158 #define USECTONSEC 1000LL in ConnectSoftBusCondWait() macro167 now.sec += (now.usec + ((int32_t)timeMillis * USECTONSEC)) / MICROSECONDS; in ConnectSoftBusCondWait()168 now.usec = (now.usec + ((int32_t)timeMillis * USECTONSEC)) % MICROSECONDS; in ConnectSoftBusCondWait()
27 #define USECTONSEC 1000 in GetWaitTime() macro34 waitTime->tv_nsec = now.tv_usec * USECTONSEC; in GetWaitTime()
37 #define USECTONSEC 1000 macro
418 #define USECTONSEC 1000 in SoftBusCondWait() macro439 tv.tv_nsec = time->usec * USECTONSEC; in SoftBusCondWait()
40 #define USECTONSEC 1000 macro
396 waitTime.tv_nsec = now.tv_usec * USECTONSEC; in AddSendThreadInWait()
316 waitTime->tv_nsec = now.tv_usec * USECTONSEC; in GetWaitTime()