Searched refs:cfg_mutex (Results 1 – 1 of 1) sorted by relevance
24 #define WLAN_CFG_LOCK() (rt_mutex_take(&cfg_mutex, RT_WAITING_FOREVER))25 #define WLAN_CFG_UNLOCK() (rt_mutex_release(&cfg_mutex))47 static struct rt_mutex cfg_mutex; variable87 rt_mutex_init(&cfg_mutex, "wlan_cfg", RT_IPC_FLAG_PRIO); in rt_wlan_cfg_init()
Completed in 3 milliseconds