Searched refs:timer_create (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-4.3.0/tests/posix/timers/src/ |
| D | timer.c | 47 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/ |
| D | posix_time.h | 173 int timer_create(clockid_t clockId, struct sigevent *ZRESTRICT evp, timer_t *ZRESTRICT timerid);
|
| /Zephyr-4.3.0/lib/posix/options/ |
| D | Kconfig.timer | 10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(),
|
| D | timer.c | 116 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/ |
| D | index.rst | 686 timer_create(),yes
|