Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dtee_ta_manager.c201 if (s->lock_thread == thread_get_id()) { in tee_ta_put_session()
202 s->lock_thread = THREAD_ID_INVALID; in tee_ta_put_session()
259 assert(s->lock_thread != thread_get_id()); in tee_ta_get_session()
261 while (s->lock_thread != THREAD_ID_INVALID && !s->unlink) in tee_ta_get_session()
270 s->lock_thread = thread_get_id(); in tee_ta_get_session()
284 assert(s->lock_thread == thread_get_id()); in tee_ta_unlink_session()
611 s->lock_thread = THREAD_ID_INVALID; in tee_ta_init_session()
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h94 short int lock_thread; /* Id of thread holding the lock */ member