Searched refs:_glob_futex (Results 1 – 1 of 1) sorted by relevance
22 struct rt_mutex _glob_futex; variable26 return rt_mutex_init(&_glob_futex, "glob_ftx", RT_IPC_FLAG_PRIO); in lwp_futex_init()38 error = lwp_mutex_take_safe(&_glob_futex, RT_WAITING_FOREVER, 0); in _futex_lock()56 error = lwp_mutex_release_safe(&_glob_futex); in _futex_unlock()
Completed in 5 milliseconds