Lines Matching refs:timespec

137 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict);
149 * @param timespec the timeout shall expire specified by abstime passes.
154 int pthread_mutex_clocklock(pthread_mutex_t *__restrict, clockid_t, const struct timespec *__restrict);
163 * @param timespec the timeout shall expire specified by abstime passes.
168 int pthread_mutex_timedlock_monotonic_np(pthread_mutex_t *__restrict, const struct timespec *__restrict);
190 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct timespec *__restrict);
197 * @param timespec The timeout shall expire specified by abstime passes.
204 clockid_t, const struct timespec *__restrict);
212 * @param timespec The timeout shall expire specified by abstime passes.
219 const struct timespec *__restrict);
241 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
252 * @param timespec the timeout shall expire specified by abstime passes.
257 int pthread_rwlock_clockrdlock(pthread_rwlock_t *__restrict, clockid_t, const struct timespec *__restrict);
267 * @param timespec the timeout shall expire specified by abstime passes.
272 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
275 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
287 * @param timespec the timeout shall expire specified by abstime passes.
292 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
304 * @param timespec the timeout shall expire specified by abstime passes.
309 int pthread_rwlock_clockwrlock(pthread_rwlock_t *__restrict, clockid_t, const struct timespec *__restrict);
405 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);