Home
last modified time | relevance | path

Searched refs:lock (Results 1 – 7 of 7) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/src/
A Dthreading_helpers.c141 int (*lock)(mbedtls_threading_mutex_t *); member
206 if (mutex_functions.lock(&mbedtls_test_mutex_mutex) == 0) { in mbedtls_test_wrap_mutex_init()
218 if (mutex_functions.lock(&mbedtls_test_mutex_mutex) == 0) { in mbedtls_test_wrap_mutex_free()
248 int ret = mutex_functions.lock(mutex); in mbedtls_test_wrap_mutex_lock()
251 if (mutex_functions.lock(&mbedtls_test_mutex_mutex) == 0) { in mbedtls_test_wrap_mutex_lock()
282 if (mutex_functions.lock(&mbedtls_test_mutex_mutex) == 0) { in mbedtls_test_wrap_mutex_unlock()
308 mutex_functions.lock = mbedtls_mutex_lock; in mbedtls_test_mutex_usage_init()
320 if (mutex_functions.lock(&mbedtls_test_mutex_mutex) == 0) { in mbedtls_test_mutex_usage_check()
346 mbedtls_mutex_lock = mutex_functions.lock; in mbedtls_test_mutex_usage_end()
/lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md123 …unctions which have internal mutex locks and unlocks (except for when the lock/unlock occurs in a …
148 A deadlock would occur if a thread attempts to lock a mutex while already holding it. Functions whi…
186 …register_read_under_mutex` which wraps a call to `psa_unregister_read` in a mutex lock/unlock pair.
198 If a lock or unlock operation fails and this is the first failure within a function, the function w…
213 …nto the reserved slot. This entire sequence is done during a single mutex lock, which is necessary…
339 …t one entry point active at any given time. In other words, each driver has its own exclusive lock.
/lib/lwip/lwip/src/netif/ppp/
A Dutils.c778 lock(dev)
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-MIB497 "An advisory lock used to allow several cooperating
A DIP-MIB2539 "An advisory lock used to allow cooperating SNMP managers to
2543 In order to use this lock to coordinate the use of set
3248 "An advisory lock used to allow cooperating SNMP managers to
3252 In order to use this lock to coordinate the use of set
A DIF-MIB1493 * I have the lock
/lib/lwip/lwip/
A DCHANGELOG1230 * tcp.c: fixed bug #39898 tcp_fasttmr() possible lock due to infinte queue process loop

Completed in 26 milliseconds