Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dthreading.c53 static void threading_mutex_init_pthread(mbedtls_threading_mutex_t *mutex) in threading_mutex_init_pthread()
68 static void threading_mutex_free_pthread(mbedtls_threading_mutex_t *mutex) in threading_mutex_free_pthread()
77 static int threading_mutex_lock_pthread(mbedtls_threading_mutex_t *mutex) in threading_mutex_lock_pthread()
90 static int threading_mutex_unlock_pthread(mbedtls_threading_mutex_t *mutex) in threading_mutex_unlock_pthread()
116 static int threading_mutex_fail(mbedtls_threading_mutex_t *mutex) in threading_mutex_fail()
121 static void threading_mutex_dummy(mbedtls_threading_mutex_t *mutex) in threading_mutex_dummy()
H A Dmemory_buffer_alloc.c63 mbedtls_threading_mutex_t mutex; member
/optee_os/core/arch/arm/kernel/
H A Dtee_l2cc_mutex.c54 static void l2cc_mutex_set(void *mutex) in l2cc_mutex_set()
97 TEE_Result tee_get_l2cc_mutex(paddr_t *mutex) in tee_get_l2cc_mutex()
110 TEE_Result tee_set_l2cc_mutex(paddr_t *mutex) in tee_set_l2cc_mutex()
H A Dvirtualization.c55 struct mutex mutex; member
/optee_os/core/include/kernel/
H A Dmutex.h13 struct mutex { struct
22 struct mutex m; /* used when lock_depth goes 0 -> 1 or 1 -> 0 */ argument
H A Dmutex_pm_aware.h28 struct mutex mutex; /* access protection in thread context */ member
/optee_os/core/include/drivers/
H A Dregulator.h114 struct mutex_pm_aware mutex; member