Home
last modified time | relevance | path

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

/optee_os/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/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/core/include/kernel/
A Dlockdep.h23 uintptr_t thread_id; member
/optee_os/core/arch/arm/kernel/
A Dthread_private.h193 void thread_resume_from_rpc(uint32_t thread_id, uint32_t a0, uint32_t a1,
A Dthread.c672 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