Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_tid.c39 static struct rt_mutex tid_lock; variable
51 lwp_mutex_take_safe(&tid_lock, RT_WAITING_FOREVER, 0); in lwp_tid_get()
90 lwp_mutex_release_safe(&tid_lock); in lwp_tid_get()
106 lwp_mutex_take_safe(&tid_lock, RT_WAITING_FOREVER, 0); in lwp_tid_put()
127 lwp_mutex_release_safe(&tid_lock); in lwp_tid_put()
133 lwp_mutex_release_safe(&tid_lock); in lwp_tid_put()
153 lwp_mutex_take_safe(&tid_lock, RT_WAITING_FOREVER, 0); in lwp_tid_get_thread_and_inc_ref()
159 lwp_mutex_release_safe(&tid_lock); in lwp_tid_get_thread_and_inc_ref()
178 lwp_mutex_release_safe(&tid_lock); in lwp_tid_dec_ref()
186 lwp_mutex_take_safe(&tid_lock, RT_WAITING_FOREVER, 0); in lwp_tid_set_thread()
[all …]

Completed in 1 milliseconds