| /src/lib/libpthread/ |
| H A D | pthread_cond.c | 125 pthread_cond_timedwait(pthread_cond_t * cond,pthread_mutex_t * mutex,const struct timespec * abstime) argument
|
| H A D | pthread.c | 1219 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 D | dd_interceptors.cc | 122 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 D | sem.c | 382 sem_timedwait(sem_t *sem, const struct timespec * __restrict abstime) argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cc | 354 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 D | tsan_platform_mac.cc | 290 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 D | tsan_interceptors.cc | 1183 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 D | uipc_sem.c | 936 do_ksem_wait(lwp_t *l, intptr_t id, bool try_p, struct timespec *abstime) argument
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | rump_syscalls.c | 2992 rump___sysimpl__ksem_timedwait(intptr_t id, const struct timespec * abstime) argument
|