Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/moduletest/threadpool/
H A Dthread_manager.c80 static void ConvertToTimespec(int time, struct timespec *tm) in ConvertToTimespec() function
426 ConvertToTimespec(60 * 1000, &abstime); // wait 60 * 1000 60s in TaskSyncExecute()
504 ConvertToTimespec(timeout, &abstime); in ManagerThreadProc()
534 ConvertToTimespec(60 * 1000, &abstime); // 60 * 1000 60s in ThreadExecute()