Home
last modified time | relevance | path

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

/openbsd-src/distrib/special/libstubs/
H A Dpthread_mutex.c29 pthread_mutex_destroy(pthread_mutex_t *mutex) in pthread_mutex_destroy() function
/openbsd-src/lib/libc/thread/
H A Drthread_mutex.c72 pthread_mutex_destroy(pthread_mutex_t *mutexp) in pthread_mutex_destroy() function
H A Drthread_sync.c63 pthread_mutex_destroy(pthread_mutex_t *mutexp) in pthread_mutex_destroy() function
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-posix.c166 pthread_mutex_destroy (pthread_mutex_t *mutex ATTRIBUTE_UNUSED) in pthread_mutex_destroy() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h85 #pragma weak pthread_mutex_destroy macro
H A Dgthr-posix.h69 #pragma weak pthread_mutex_destroy macro
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1357 TSAN_INTERCEPTOR(int, pthread_mutex_destroy, void *m) { in TSAN_INTERCEPTOR() argument