Searched refs:self_thread (Results 1 – 1 of 1) sorted by relevance
242 rt_thread_t self_thread = rt_thread_self(); in _console_take() local246 while (_pr_curr_user != self_thread) in _console_take()256 _pr_curr_user = self_thread; in _console_take()275 rt_thread_t self_thread = rt_thread_self(); in _console_release() local276 RT_UNUSED(self_thread); in _console_release()278 RT_ASSERT(_pr_curr_user == self_thread); in _console_release()
Completed in 4 milliseconds