Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c622 struct timespec tmsp; in FillpSysSleepUs() local
623 tmsp.tv_sec = timeValue / FILLP_CONST_1M; in FillpSysSleepUs()
624 tmsp.tv_nsec = (timeValue % FILLP_CONST_1M) * FILLP_CONST_1K; in FillpSysSleepUs()
625 return nanosleep(&tmsp, FILLP_NULL_PTR); in FillpSysSleepUs()