Searched defs:thread (Results 1 – 10 of 10) sorted by relevance
| /libcpu/arm/cortex-m7/ |
| A D | mpu.c | 19 #define MEM_REGION_TO_MPU_INDEX(thread, region) ((((rt_size_t)region - (rt_size_t)(thread->mem_regi… argument 134 rt_err_t rt_hw_mpu_add_region(rt_thread_t thread, rt_mem_region_t *region) in rt_hw_mpu_add_region() 165 rt_err_t rt_hw_mpu_delete_region(rt_thread_t thread, rt_mem_region_t *region) in rt_hw_mpu_delete_region() 186 rt_err_t rt_hw_mpu_update_region(rt_thread_t thread, rt_mem_region_t *region) in rt_hw_mpu_update_region() 218 void rt_hw_mpu_table_switch(rt_thread_t thread) in rt_hw_mpu_table_switch()
|
| A D | mpu.h | 70 rt_thread_t thread; /* Thread that triggered exception */ member
|
| A D | cpuport.c | 182 void rt_hw_stack_guard_init(rt_thread_t thread) in rt_hw_stack_guard_init()
|
| /libcpu/arm/cortex-m33/ |
| A D | mpu.c | 19 #define MEM_REGION_TO_MPU_INDEX(thread, region) ((((rt_size_t)region - (rt_size_t)(thread->mem_regi… argument 179 rt_err_t rt_hw_mpu_add_region(rt_thread_t thread, rt_mem_region_t *region) in rt_hw_mpu_add_region() 216 rt_err_t rt_hw_mpu_delete_region(rt_thread_t thread, rt_mem_region_t *region) in rt_hw_mpu_delete_region() 237 rt_err_t rt_hw_mpu_update_region(rt_thread_t thread, rt_mem_region_t *region) in rt_hw_mpu_update_region() 274 void rt_hw_mpu_table_switch(rt_thread_t thread) in rt_hw_mpu_table_switch()
|
| A D | mpu.h | 63 rt_thread_t thread; /* Thread that triggered exception */ member
|
| A D | cpuport.c | 240 void rt_hw_stack_guard_init(rt_thread_t thread) in rt_hw_stack_guard_init()
|
| /libcpu/risc-v/common64/ |
| A D | backtrace.c | 68 rt_err_t rt_hw_backtrace_frame_unwind(rt_thread_t thread, struct rt_hw_backtrace_frame *frame) in rt_hw_backtrace_frame_unwind() 111 rt_err_t rt_hw_backtrace_frame_get(rt_thread_t thread, struct rt_hw_backtrace_frame *frame) in rt_hw_backtrace_frame_get()
|
| /libcpu/aarch64/common/include/ |
| A D | cpuport.h | 59 struct rt_thread *thread; in rt_hw_thread_self() local 65 rt_inline void rt_hw_thread_set_self(struct rt_thread *thread) in rt_hw_thread_set_self()
|
| /libcpu/aarch64/common/ |
| A D | backtrace.c | 80 rt_err_t rt_hw_backtrace_frame_unwind(rt_thread_t thread, struct rt_hw_backtrace_frame *frame) in rt_hw_backtrace_frame_unwind() 124 rt_err_t rt_hw_backtrace_frame_get(rt_thread_t thread, struct rt_hw_backtrace_frame *frame) in rt_hw_backtrace_frame_get()
|
| /libcpu/sim/posix/ |
| A D | cpu_port.c | 31 #define THREAD_T(thread) ((thread_t *)thread) argument 153 thread_t *thread; in thread_run() local 183 thread_t *thread, void *task, void *parameter, void *pexit) in thread_create() 213 static int thread_resume(thread_t *thread) in thread_resume() 225 thread_t *thread; in rt_hw_stack_init() local
|
Completed in 11 milliseconds