Home
last modified time | relevance | path

Searched defs:abstime (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dtimespec_to_timeout.c11 int64_t timespec_to_timeoutms(const struct timespec *abstime) in timespec_to_timeoutms()
Drwlock.c199 const struct timespec *abstime) in pthread_rwlock_timedrdlock()
272 const struct timespec *abstime) in pthread_rwlock_timedwrlock()
Dmqueue.c255 unsigned int msg_prio, const struct timespec *abstime) in mq_timedsend()
286 unsigned int *msg_prio, const struct timespec *abstime) in mq_timedreceive()
Dcond.c169 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait()
Dsemaphore.c160 int sem_timedwait(sem_t *semaphore, struct timespec *abstime) in sem_timedwait()
Dmutex.c213 const struct timespec *abstime) in pthread_mutex_timedlock()
Dpthread.c1150 int pthread_timedjoin_np(pthread_t pthread, void **status, const struct timespec *abstime) in pthread_timedjoin_np()
/Zephyr-latest/tests/posix/semaphores/src/
Dmain.c28 struct timespec abstime; in semaphore_test() local