Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dsyscall.c230 uint32_t sleep_time_h) { in sys_nanosleep() argument
231 uint64_t sleep_time = sleep_time_l + ((uint64_t)sleep_time_h << 32); in sys_nanosleep()