Searched refs:_chn_obj_lock (Results 1 – 1 of 1) sorted by relevance
59 static struct rt_mutex _chn_obj_lock; variable168 return rt_mutex_init(&_chn_obj_lock, "rt_chnannel", RT_IPC_FLAG_PRIO); in rt_channel_component_init()197 err = rt_mutex_take_interruptible(&_chn_obj_lock, RT_WAITING_FOREVER); in rt_raw_channel_open()246 rt_mutex_release(&_chn_obj_lock); in rt_raw_channel_open()263 rc = rt_mutex_take_interruptible(&_chn_obj_lock, RT_WAITING_FOREVER); in rt_raw_channel_close()311 rt_mutex_release(&_chn_obj_lock); in rt_raw_channel_close()1280 rt_mutex_take(&_chn_obj_lock, RT_WAITING_FOREVER); in list_channel()1288 rt_mutex_release(&_chn_obj_lock); in list_channel()1297 rt_mutex_take(&_chn_obj_lock, RT_WAITING_FOREVER); in list_channel()1308 rt_mutex_release(&_chn_obj_lock); in list_channel()
Completed in 6 milliseconds