Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c208 if (s->lock_thread == thread_get_id()) { in tee_ta_put_session()
209 s->lock_thread = THREAD_ID_INVALID; in tee_ta_put_session()
266 assert(s->lock_thread != thread_get_id()); in tee_ta_get_session()
268 while (s->lock_thread != THREAD_ID_INVALID && !s->unlink) in tee_ta_get_session()
277 s->lock_thread = thread_get_id(); in tee_ta_get_session()
291 assert(s->lock_thread == thread_get_id()); in tee_ta_unlink_session()
673 s->lock_thread = THREAD_ID_INVALID; in tee_ta_init_session()
/optee_os-3.20.0/core/include/kernel/
A Dtee_ta_manager.h92 short int lock_thread; /* Id of thread holding the lock */ member

Completed in 4 milliseconds