Home
last modified time | relevance | path

Searched refs:thread_t (Results 1 – 14 of 14) sorted by relevance

/trusty/kernel/lib/libc-trusty/include/trusty/
Dlibc_state.h24 typedef struct thread thread_t; typedef
33 int libc_state_thread_init(thread_t* t);
34 int libc_state_thread_free(thread_t* t);
/trusty/kernel/lib/libc-trusty/
Dlibc_state.c33 int libc_state_thread_init(thread_t* t) { in libc_state_thread_init()
45 int libc_state_thread_free(thread_t* t) { in libc_state_thread_free()
/trusty/kernel/app/smptest/
Dsmptest.c36 thread_t* thread;
46 static bool thread_is_blocked(volatile thread_t* thread) { in thread_is_blocked()
93 thread_t* next = smptest_thread[next_cpu].thread; in smptest_thread_func()
/trusty/kernel/app/busytest/
Dbusytest.c88 thread_t* thread; in busy_test_init()
131 thread_t* thread; in busy_test_cpu_init()
/trusty/kernel/app/fptest/
Dfptest.c56 thread_t* thread; in fptest_init()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h145 thread_t* thread;
254 static inline struct trusty_thread* trusty_thread_get(thread_t* t) { in trusty_thread_get()
/trusty/kernel/lib/sm/
Dsm.c68 static thread_t* nsirqthreads[SMP_MAX_CPUS];
69 static thread_t* nsidlethreads[SMP_MAX_CPUS];
70 static thread_t* stdcallthread;
/trusty/kernel/lib/libcxx-trusty/include/
D__external_threading75 typedef thread_t* __libcpp_thread_id;
80 typedef thread_t* __libcpp_thread_t;
/trusty/kernel/lib/unittest/
Dunittest.c52 static thread_t* unittest_thread;
/trusty/kernel/lib/ubsan/
Dubsan.c62 thread_t* curr = get_current_thread(); in in_ubsan_get()
66 thread_t* curr = get_current_thread(); in in_ubsan_set()
/trusty/kernel/lib/backtrace/
Dbacktrace.c176 static void dump_function(thread_t* thread, struct stack_frame* frame) { in dump_function()
/trusty/kernel/lib/trusty/
Dsyscall.c202 thread_t* current = get_current_thread(); in sys_exit_etc()
Dtipc_virtio_dev.c101 thread_t* rx_thread;
102 thread_t* tx_thread;
Dtrusty_app.c2016 thread_t* app_mgr_thread; in app_mgr_init()