Searched defs:mutex (Results 1 – 7 of 7) sorted by relevance
53 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()
63 mbedtls_threading_mutex_t mutex; member
54 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()
55 struct mutex mutex; member
13 struct mutex { struct22 struct mutex m; /* used when lock_depth goes 0 -> 1 or 1 -> 0 */ argument
28 struct mutex mutex; /* access protection in thread context */ member
114 struct mutex_pm_aware mutex; member