Home
last modified time | relevance | path

Searched refs:thread_id (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/
A Dtrace.c66 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 Dlockdep.c81 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 Dlockdep.h23 uintptr_t thread_id; member
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_private_arch.h190 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 Dthread.c361 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