Home
last modified time | relevance | path

Searched refs:self_thread (Results 1 – 1 of 1) sorted by relevance

/src/
A Dkservice.c242 rt_thread_t self_thread = rt_thread_self(); in _console_take() local
246 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() local
276 RT_UNUSED(self_thread); in _console_release()
278 RT_ASSERT(_pr_curr_user == self_thread); in _console_release()

Completed in 4 milliseconds