Searched refs:_sdctrl (Results 1 – 1 of 1) sorted by relevance
27 #define RTHW_SDCTRL_LOCK(_sdctrl) rt_mutex_take(&_sdctrl->mutex, RT_WAITING_FOREVER) argument28 #define RTHW_SDCTRL_UNLOCK(_sdctrl) rt_mutex_release(&_sdctrl->mutex); argument
Completed in 5 milliseconds