Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/posix/timers/src/
Dtimer.c47 zassert_ok(timer_create(clock_id, &sig, &timerid)); in test_timer()
112 zassert_ok(timer_create(CLOCK_MONOTONIC, &sig, &timerid)); in ZTEST()
135 zassert_ok(timer_create(CLOCK_MONOTONIC, &sig, &timerid)); in ZTEST()
/Zephyr-4.3.0/include/zephyr/posix/
Dposix_time.h173 int timer_create(clockid_t clockId, struct sigevent *ZRESTRICT evp, timer_t *ZRESTRICT timerid);
/Zephyr-4.3.0/lib/posix/options/
DKconfig.timer10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(),
Dtimer.c116 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
/Zephyr-4.3.0/doc/services/portability/posix/option_groups/
Dindex.rst686 timer_create(),yes