Lines Matching refs:timespec

112 int pthread_mutex_timedlock(pthread_mutex_t *__restrict, const struct timespec *__restrict);
124 * @param timespec the timeout shall expire specified by abstime passes.
129 int pthread_mutex_clocklock(pthread_mutex_t *__restrict, clockid_t, const struct timespec *__restrict);
138 * @param timespec the timeout shall expire specified by abstime passes.
143 int pthread_mutex_timedlock_monotonic_np(pthread_mutex_t *__restrict, const struct timespec *__restrict);
164 * @param timespec The timeout shall expire specified by abstime passes.
171 clockid_t, const struct timespec *__restrict);
179 * @param timespec The timeout shall expire specified by abstime passes.
186 const struct timespec *__restrict);
211 * @param timespec the timeout shall expire specified by abstime passes.
216 int pthread_rwlock_clockrdlock(pthread_rwlock_t *__restrict, clockid_t, const struct timespec *__restrict);
226 * @param timespec the timeout shall expire specified by abstime passes.
231 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
242 * @param timespec the timeout shall expire specified by abstime passes.
247 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
259 * @param timespec the timeout shall expire specified by abstime passes.
264 int pthread_rwlock_clockwrlock(pthread_rwlock_t *__restrict, clockid_t, const struct timespec *__restrict);
271 int pthread_cond_timedwait(pthread_cond_t *__restrict, pthread_mutex_t *__restrict, const struct timespec *__restrict);
279 int pthread_rwlock_timedrdlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
282 int pthread_rwlock_timedwrlock(pthread_rwlock_t *__restrict, const struct timespec *__restrict);
380 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);