Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_time_container_pri.h63 UINT32 OsSetTimeContainerMonotonic(LosProcessCB *processCB, struct timespec64 *offsets);
/kernel/liteos_a/kernel/extended/container/
Dlos_time_container.c234 UINT32 OsSetTimeContainerMonotonic(LosProcessCB *processCB, struct timespec64 *offsets) in OsSetTimeContainerMonotonic() function
/kernel/liteos_a/fs/proc/os_adapt/
Dprocess_proc.c294 unsigned int ret = OsSetTimeContainerMonotonic(processCB, &offsets); in ProcSetTimensOffset()