Searched defs:mutex (Results 1 – 4 of 4) 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
173 static void mbedtls_test_mutex_usage_error(mbedtls_threading_mutex_t *mutex, in mbedtls_test_mutex_usage_error()186 static int mbedtls_test_mutex_can_test(mbedtls_threading_mutex_t *mutex) in mbedtls_test_mutex_can_test()201 static void mbedtls_test_wrap_mutex_init(mbedtls_threading_mutex_t *mutex) in mbedtls_test_wrap_mutex_init()215 static void mbedtls_test_wrap_mutex_free(mbedtls_threading_mutex_t *mutex) in mbedtls_test_wrap_mutex_free()243 static int mbedtls_test_wrap_mutex_lock(mbedtls_threading_mutex_t *mutex) in mbedtls_test_wrap_mutex_lock()276 static int mbedtls_test_wrap_mutex_unlock(mbedtls_threading_mutex_t *mutex) in mbedtls_test_wrap_mutex_unlock()
261 mbedtls_threading_mutex_t mutex; in mutex_lock_not_initialized() local277 mbedtls_threading_mutex_t mutex; in mutex_unlock_not_initialized() local293 mbedtls_threading_mutex_t mutex; in mutex_free_not_initialized() local307 mbedtls_threading_mutex_t mutex; in mutex_double_init() local322 mbedtls_threading_mutex_t mutex; in mutex_double_free() local337 mbedtls_threading_mutex_t mutex; in mutex_leak() local
Completed in 21 milliseconds