Searched refs:tmsp (Results 1 – 1 of 1) sorted by relevance
622 struct timespec tmsp; in FillpSysSleepUs() local623 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()