Home
last modified time | relevance | path

Searched refs:timeValue (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimerfdndk.cpp52 int timeValue = timerfd_gettime(NUMBER, nullptr); in Timerfd_gettime() local
54 napi_create_int32(env, timeValue, &result); in Timerfd_gettime()
68 int timeValue = PARAM_0; in Timerfd_settime() local
70 timeValue = timerfd_settime(fd, PARAM_0, &its, nullptr); in Timerfd_settime()
71 timeValue = usleep(MICROSECONDS); in Timerfd_settime()
72 timeValue = timerfd_gettime(fd, &val); in Timerfd_settime()
74 napi_create_int32(env, timeValue, &result); in Timerfd_settime()
H A Dtimendk.cpp184 int timeValue = timeThis; in Timegm() local
186 napi_create_int32(env, timeValue, &result); in Timegm()
199 int timeValue = timespec_get(&ts, TIME_UTC); in TimespecGet() local
201 napi_create_int32(env, timeValue, &result); in TimespecGet()
213 int timeValue = timer_create(FAILNUMBER, nullptr, nullptr); in Timer_create() local
215 napi_create_int32(env, timeValue, &result); in Timer_create()
254 int timeValue = timer_delete(timerid); in Timer_delete() local
257 napi_create_int32(env, timeValue, &result); in Timer_delete()
269 int timeValue = timer_gettime(nullptr, nullptr); in Timer_gettime() local
271 napi_create_int32(env, timeValue, in Timer_gettime()
322 int timeValue = timer_getoverrun(nullptr); Timer_getoverrun() local
344 time_t timeValue = time(nullptr); Time() local
[all...]
H A Dstdlibndk.cpp248 int timeValue = time(nullptr); in Srand() local
249 srand(timeValue); in Srand()
267 int timeValue = time(nullptr); in Srand48() local
268 srand48(timeValue); in Srand48()
286 int timeValue = time(nullptr); in Srandom() local
287 srandom(timeValue); in Srandom()

Completed in 5 milliseconds