Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_sync/
Dmutex.c69 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local
73 mtx->owner = caller; in __time_critical_func()
82 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local
85 if (mtx->owner == caller || !lock_is_owner_id_valid(mtx->owner)) { in __time_critical_func()
86 mtx->owner = caller; in __time_critical_func()
129 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local
131 if (!lock_is_owner_id_valid(mtx->owner) || mtx->owner == caller) { in __time_critical_func()
132 mtx->owner = caller; in __time_critical_func()
167 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local
171 mtx->owner = caller; in __time_critical_func()
[all …]
/hal_rpi_pico-latest/src/
DCMakeLists.txt155 # INTERFACE library and pico_platform. The file NAME.c relative to the caller is added to th…