Home
last modified time | relevance | path

Searched defs:pthread_mutex_trylock (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libc/thread/
H A Drthread_mutex.c208 pthread_mutex_trylock(pthread_mutex_t *mutexp) in pthread_mutex_trylock() function
H A Drthread_sync.c176 pthread_mutex_trylock(pthread_mutex_t *p) in pthread_mutex_trylock() function
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-posix.c91 pthread_mutex_trylock (pthread_mutex_t *mutex ATTRIBUTE_UNUSED) in pthread_mutex_trylock() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h73 #pragma weak pthread_mutex_trylock macro
H A Dgthr-posix.h57 #pragma weak pthread_mutex_trylock macro
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1379 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { in TSAN_INTERCEPTOR() argument