Searched refs:current_thread (Results 1 – 1 of 1) sorted by relevance
573 rt_thread_t thread = RT_NULL, current_thread = RT_NULL; in _futex_lock_pi() local581 current_thread = rt_thread_self(); in _futex_lock_pi()591 nword = current_thread->tid; in _futex_lock_pi()653 nword = current_thread->tid | FUTEX_WAITERS; in _futex_lock_pi()
Completed in 7 milliseconds