Searched refs:thread_get_id (Results 1 – 13 of 13) sorted by relevance
39 short int thread = thread_get_id(); in mutex_lock_check()49 short int thread = thread_get_id(); in mutex_trylock_check()59 short int thread = thread_get_id(); in mutex_unlock_check()
85 if (tee_ta_single_instance_thread != thread_get_id()) { in lock_single_instance()90 tee_ta_single_instance_thread = thread_get_id(); in lock_single_instance()100 assert(tee_ta_single_instance_thread == thread_get_id()); in unlock_single_instance()113 return tee_ta_single_instance_thread == thread_get_id(); in has_single_instance_lock()208 if (s->lock_thread == thread_get_id()) { in tee_ta_put_session()266 assert(s->lock_thread != thread_get_id()); 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()
72 short int ct = thread_get_id(); in __mutex_lock_recursive()115 assert(m->owner == thread_get_id()); in __mutex_unlock_recursive()340 assert(m->owner == thread_get_id()); in mutex_get_recursive_lock_depth()
62 wqe->handle = thread_get_id(); in wq_wait_init_condvar()
382 short int thread_get_id(void) in thread_get_id() function504 return &threads[thread_get_id()].tsd; in thread_get_tsd()592 struct thread_shm_cache *cache = &threads[thread_get_id()].shm_cache; in get_shm_cache_entry()
129 scmi_entry_smt(channel_id, threaded_payload[thread_get_id()]); in scmi_smt_threaded_entry()141 threaded_payload[thread_get_id()]); in scmi_msg_threaded_entry()
124 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_save_ns_vfp()134 struct thread_ctx *thr = threads + thread_get_id(); in thread_lazy_restore_ns_vfp()782 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_enable_vfp()829 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_save_vfp()840 struct thread_ctx *thr = threads + thread_get_id(); in thread_kernel_restore_vfp()854 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_enable_vfp()883 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_save_vfp()898 struct thread_ctx *thr = threads + thread_get_id(); in thread_user_clear_vfp()
147 struct thread_ctx *thr = threads + thread_get_id(); in call_entry_std()465 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
370 tc = threads + thread_get_id(); in handle_user_mode_panic()
1019 struct thread_ctx *thr = threads + thread_get_id(); in yielding_call_with_arg()1119 struct thread_ctx *thr = threads + thread_get_id(); in get_rpc_arg()
101 short int thread_get_id(void);
269 return (vaddr_t)prtn->ul1_tables[thread_get_id()]; in core_mmu_get_ul1_ttb_va()
969 void *tbl = get_prtn()->l2_ta_tables[thread_get_id()]; in core_mmu_get_user_pgdir()
Completed in 22 milliseconds