Searched refs:mtx_timedlock (Results 1 – 3 of 3) sorted by relevance
67 int mtx_timedlock(mtx_t *restrict mutex, const struct timespec *restrict time_point) in mtx_timedlock() function
55 int mtx_timedlock(mtx_t *ZRESTRICT mutex, const struct timespec *ZRESTRICT time_point);
100 return mtx_timedlock(mtx, &time_point); in mtx_timedlock_fn()