Searched refs:pthread_mutex_timedlock (Results 1 – 4 of 4) sorted by relevance
8 return pthread_mutex_timedlock(m, 0); in pthread_mutex_lock()
3 int pthread_mutex_timedlock(pthread_mutex_t* restrict m, const struct timespec* restrict at) { in pthread_mutex_timedlock() function
99 int pthread_mutex_timedlock(pthread_mutex_t* __restrict, const struct timespec* __restrict);
87 $(LOCAL_DIR)/pthread/pthread_mutex_timedlock.c \
Completed in 6 milliseconds