Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dtimer.c46 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-latest/include/zephyr/posix/
Dtime.h98 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h167 #define timer_create(...) zap_timer_create(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
DKconfig.timer10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(),
Dtimer.c112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst638 timer_create(),yes