Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dlocks.c266 #define MAYBE_OVERRIDE_LOCK(_lock, _lock_to_use_instead) \ macro
271 #define MAYBE_OVERRIDE_LOCK(_lock, _lock_to_use_instead) macro
306 MAYBE_OVERRIDE_LOCK(lock, &s_common_mutex); in __retarget_lock_acquire()
313 MAYBE_OVERRIDE_LOCK(lock, &s_common_recursive_mutex); in __retarget_lock_acquire_recursive()
320 MAYBE_OVERRIDE_LOCK(lock, &s_common_mutex); in __retarget_lock_try_acquire()
327 MAYBE_OVERRIDE_LOCK(lock, &s_common_recursive_mutex); in __retarget_lock_try_acquire_recursive()