Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dpthread_stubs.c11 int pthread_mutex_unlock(pthread_mutex_t *mutex __unused);
18 int __weak pthread_mutex_unlock(pthread_mutex_t *mutex __unused) in pthread_mutex_unlock() function
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dthreading.c96 if (pthread_mutex_unlock(&mutex->mutex) != 0) { in threading_mutex_unlock_pthread()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h700 #define LTC_MUTEX_UNLOCK(x) LTC_ARGCHK(pthread_mutex_unlock(x) == 0);