Searched refs:pthread_mutex_timedlock (Results 1 – 7 of 7) sorted by relevance
69 switch (pthread_mutex_timedlock(mutex, time_point)) { in mtx_timedlock()
120 zassert_not_null(pthread_mutex_timedlock); in ZTEST()
104 #define pthread_mutex_timedlock(...) zap_pthread_mutex_timedlock(__VA_ARGS__) macro
188 return INT_TO_POINTER(pthread_mutex_timedlock(mtx, &time_point)); in test_mutex_timedlock_fn()
210 int pthread_mutex_timedlock(pthread_mutex_t *m, in pthread_mutex_timedlock() function
216 int pthread_mutex_timedlock(pthread_mutex_t *m,
1039 pthread_mutex_timedlock(),yes