Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
Dtime.c127 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
132 if (!timerID || (clockID != CLOCK_REALTIME)) { in timer_create()
/device/soc/esp/esp32/components/pthread/
Dpthread.c1384 int timer_create(clockid_t clockID, struct sigevent *restrict evp, timer_t *restrict timerID) in timer_create() argument
1389 if (!timerID || (clockID != CLOCK_REALTIME) || !evp) { in timer_create()