Searched refs:timer_getoverrun (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.timer | 10 clock_settime(), nanosleep(), timer_create(), timer_delete(), timer_getoverrun(), 57 int "Maximum count returned my timer_getoverrun() in POSIX application" 61 timer_getoverrun() in POSIX compliant application.
|
D | timer.c | 299 int timer_getoverrun(timer_t timerid) in timer_getoverrun() function
|
D | Kconfig.deprecated | 251 int "Maximum count returned my timer_getoverrun() in POSIX application [DEPRECATED]"
|
/Zephyr-latest/include/zephyr/posix/ |
D | time.h | 104 int timer_getoverrun(timer_t timerid);
|
/Zephyr-latest/tests/posix/common/src/ |
D | timer.c | 122 zassert_equal(timer_getoverrun(timerid), 4, "Number of overruns is incorrect"); in ZTEST()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 641 timer_getoverrun(),yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 2146 :c:func:`pthread_spin_unlock`, :c:func:`timer_getoverrun`, :c:func:`pthread_condattr_getclock`,
|