Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/moduletest/threadpool/
H A Dthread_manager.c86 ns += start.tv_sec * APPSPAWN_SEC_TO_NSEC + start.tv_nsec; in ConvertToTimespec()
87 tm->tv_sec = ns / APPSPAWN_SEC_TO_NSEC; in ConvertToTimespec()
88 tm->tv_nsec = ns % APPSPAWN_SEC_TO_NSEC; in ConvertToTimespec()
/ohos5.0/base/startup/appspawn/util/include/
H A Dappspawn_utils.h73 #define APPSPAWN_SEC_TO_NSEC 1000000000 macro