Searched refs:timer_create (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | timer.c | 46 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/ |
D | time.h | 98 int timer_create(clockid_t clockId, struct sigevent *evp, timer_t *timerid);
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 167 #define timer_create(...) zap_timer_create(__VA_ARGS__) macro
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.timer | 10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(),
|
D | timer.c | 112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() function
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 638 timer_create(),yes
|