Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dpthread_stubs.c10 int pthread_mutex_lock(pthread_mutex_t *mutex __unused);
13 int __weak pthread_mutex_lock(pthread_mutex_t *mutex __unused) in pthread_mutex_lock() function
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dthreading.c83 if (pthread_mutex_lock(&mutex->mutex) != 0) { in threading_mutex_lock_pthread()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_custom.h699 #define LTC_MUTEX_LOCK(x) LTC_ARGCHK(pthread_mutex_lock(x) == 0);