Home
last modified time | relevance | path

Searched refs:timespec_add_ms (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dthrd.h21 static inline void timespec_add_ms(struct timespec *ts, uint32_t ms) in timespec_add_ms() function
Dmtx.c98 timespec_add_ms(&time_point, TIMEDLOCK_TIMEOUT_MS); in mtx_timedlock_fn()
Dcnd.c75 timespec_add_ms(&time_point, WAIT_TIME_MS); in test_cnd_thread_fn()
/Zephyr-latest/tests/posix/common/src/
Dmutex.c170 static void timespec_add_ms(struct timespec *ts, uint32_t ms) in timespec_add_ms() function
186 timespec_add_ms(&time_point, TIMEDLOCK_TIMEOUT_MS); in test_mutex_timedlock_fn()