Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/tests/src/
Dthreading_helpers.c90 int (*unlock)( mbedtls_threading_mutex_t * ); member
168 int ret = mutex_functions.unlock( mutex ); in mbedtls_test_wrap_mutex_unlock()
193 mutex_functions.unlock = mbedtls_mutex_unlock; in mbedtls_test_mutex_usage_init()
/openthread-3.6.0/third_party/mbedtls/repo/
DChangeLog2742 result trying to unlock an unlocked mutex on invalid input (found by