Home
last modified time | relevance | path

Searched defs:pthread_mutex_timedlock (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/thread/
H A Drthread_mutex.c214 pthread_mutex_timedlock(pthread_mutex_t *mutexp, const struct timespec *abs) in pthread_mutex_timedlock() function
H A Drthread_sync.c182 pthread_mutex_timedlock(pthread_mutex_t *p, const struct timespec *abstime) in pthread_mutex_timedlock() function
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1390 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument