Searched refs:pthread_condattr_getclock (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | cond.c | 57 zassert_ok(pthread_condattr_getclock(&att, &clock_id), "pthread_condattr_getclock failed"); in ZTEST() 63 zassert_ok(pthread_condattr_getclock(&att, &clock_id), "pthread_condattr_setclock failed"); in ZTEST()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 98 zassert_not_null(pthread_condattr_getclock); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | cond.c | 241 int pthread_condattr_getclock(const pthread_condattr_t *ZRESTRICT att, in pthread_condattr_getclock() function
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 132 int pthread_condattr_getclock(const pthread_condattr_t *ZRESTRICT att,
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 113 pthread_condattr_getclock(),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`,
|