Searched refs:thread_id (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/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-3.20.0/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-3.20.0/core/include/kernel/ |
A D | lockdep.h | 23 uintptr_t thread_id; member
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_private_arch.h | 190 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread.c | 361 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1, in thread_resume_from_rpc() argument 364 size_t n = thread_id; in thread_resume_from_rpc() 529 bool thread_init_stack(uint32_t thread_id, vaddr_t sp) in thread_init_stack() argument 531 if (thread_id >= CFG_NUM_THREADS) in thread_init_stack() 533 threads[thread_id].stack_va_end = sp; in thread_init_stack()
|
Completed in 9 milliseconds