Searched refs:thread_id (Results 1 – 5 of 5) sorted by relevance
/optee_os/lib/libutils/ext/ |
A D | trace.c | 66 int thread_id = trace_ext_get_thread_id(); in print_thread_id() local 68 if (thread_id >= 0) in print_thread_id() 69 return snprintk(buf, bs, "%0*d ", num_thread_digits, thread_id); in print_thread_id()
|
/optee_os/core/kernel/ |
A D | lockdep.c | 81 uintptr_t thread_id) in lockdep_add_edge() argument 95 edge->thread_id = thread_id; in lockdep_add_edge() 281 edge->thread_id, to, at_msg); in lockdep_print_edge_info()
|
/optee_os/core/include/kernel/ |
A D | lockdep.h | 23 uintptr_t thread_id; member
|
/optee_os/core/arch/arm/kernel/ |
A D | thread_private.h | 193 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
|
A D | thread.c | 672 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1, in thread_resume_from_rpc() argument 675 size_t n = thread_id; in thread_resume_from_rpc() 966 bool thread_init_stack(uint32_t thread_id, vaddr_t sp) in thread_init_stack() argument 968 if (thread_id >= CFG_NUM_THREADS) in thread_init_stack() 970 threads[thread_id].stack_va_end = sp; in thread_init_stack()
|
Completed in 8 milliseconds