Searched defs:abstime (Results 1 - 9 of 9) sorted by relevance

/src/lib/libpthread/
H A Dpthread_cond.c125 pthread_cond_timedwait(pthread_cond_t * cond,pthread_mutex_t * mutex,const struct timespec * abstime) argument
H A Dpthread.c1219 pthread__park(pthread_t self,pthread_mutex_t * lock,pthread_queue_t * queue,const struct timespec * abstime,int cancelpt) argument
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc122 INTERCEPTOR(int,pthread_rwlock_timedrdlock,pthread_rwlock_t * m,const timespec * abstime) argument
147 INTERCEPTOR(int,pthread_rwlock_timedwrlock,pthread_rwlock_t * m,const timespec * abstime) argument
193 INTERCEPTOR(int,pthread_cond_timedwait,pthread_cond_t * c,pthread_mutex_t * m,const timespec * abstime) argument
/src/lib/librt/
H A Dsem.c382 sem_timedwait(sem_t *sem, const struct timespec * __restrict abstime) argument
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc354 call_pthread_cancel_with_cleanup(int (* fn)(void * c,void * m,void * abstime),void * c,void * m,void * abstime,void (* cleanup)(void * arg),void * arg) argument
H A Dtsan_platform_mac.cc290 call_pthread_cancel_with_cleanup(int (* fn)(void * c,void * m,void * abstime),void * c,void * m,void * abstime,void (* cleanup)(void * arg),void * arg) argument
H A Dtsan_interceptors.cc1183 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { argument
1264 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { argument
1073 TSAN_INTERCEPTOR(int,pthread_timedjoin_np,void * th,void ** ret,const struct timespec * abstime) argument
1155 cond_wait(ThreadState * thr,uptr pc,ScopedInterceptor * si,int (* fn)(void * c,void * m,void * abstime),void * c,void * m,void * t) argument
1358 TSAN_INTERCEPTOR(int,pthread_rwlock_timedrdlock,void * m,void * abstime) argument
1388 TSAN_INTERCEPTOR(int,pthread_rwlock_timedwrlock,void * m,void * abstime) argument
[all...]
/src/sys/kern/
H A Duipc_sem.c936 do_ksem_wait(lwp_t *l, intptr_t id, bool try_p, struct timespec *abstime) argument
/src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c2992 rump___sysimpl__ksem_timedwait(intptr_t id, const struct timespec * abstime) argument

Completed in 25 milliseconds