Searched refs:_lock (Results 1 – 1 of 1) sorted by relevance
647 static struct rt_mutex _lock; variable655 rt_mutex_init(&_lock, "heap", RT_IPC_FLAG_PRIO); in _heap_lock_init()665 return rt_mutex_take(&_lock, RT_WAITING_FOREVER); in _heap_lock()681 rt_mutex_release(&_lock); in _heap_unlock()
Completed in 4 milliseconds