Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 8 of 8) sorted by relevance

/trusty/kernel/lib/backtrace/
Dbacktrace.c87 static void print_stack_address(struct thread* thread, uintptr_t addr) { in print_stack_address()
119 static void print_function_info(struct thread* thread, in print_function_info()
147 static void dump_user_function(struct thread* thread, in dump_user_function()
161 static void dump_kernel_function(struct thread* thread, in dump_kernel_function()
176 static void dump_function(thread_t* thread, struct stack_frame* frame) { in dump_function()
193 struct trusty_thread* thread = trusty_thread_get(_thread); in is_on_user_stack() local
207 static bool is_on_kernel_stack(struct thread* thread, uintptr_t addr) { in is_on_kernel_stack()
227 static bool is_on_stack(struct thread* thread, uintptr_t addr, bool user) { in is_on_stack()
247 static int dump_monotonic_backtrace(struct thread* thread, in dump_monotonic_backtrace()
275 static void dump_backtrace_etc(struct thread* thread, in dump_backtrace_etc()
[all …]
/trusty/kernel/app/busytest/
Dbusytest.c88 thread_t* thread; in busy_test_init() local
131 thread_t* thread; in busy_test_cpu_init() local
/trusty/kernel/app/fptest/
Dfptest.c56 thread_t* thread; in fptest_init() local
/trusty/kernel/app/smptest/
Dsmptest.c36 thread_t* thread; member
46 static bool thread_is_blocked(volatile thread_t* thread) { in thread_is_blocked()
/trusty/kernel/app/memorytest/
Dmemorytest.c104 struct thread* thread[MEMORYTEST_CONCURRENT_ALLOCATION_THREADS]; in TEST() local
/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h145 thread_t* thread; member
163 struct trusty_thread* thread; member
/trusty/kernel/lib/ktipc/include/lib/ktipc/
Dktipc.h36 struct thread* thread; member
/trusty/kernel/app/mmutest/
Dmmutest.c48 struct thread* thread; in mmutest_run_in_thread() local