/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
D | cyabs_rtos_zephyr.c | 82 static void free_thead_obj(cy_thread_t *thread) in free_thead_obj() 104 cy_rslt_t cy_rtos_create_thread(cy_thread_t *thread, cy_thread_entry_fn_t entry_function, in cy_rtos_create_thread() 170 cy_thread_t thread = (cy_thread_t)k_current_get(); in cy_rtos_exit_thread() local 181 cy_rslt_t cy_rtos_terminate_thread(cy_thread_t *thread) in cy_rtos_terminate_thread() 202 cy_rslt_t cy_rtos_is_thread_running(cy_thread_t *thread, bool *running) in cy_rtos_is_thread_running() 214 cy_rslt_t cy_rtos_get_thread_state(cy_thread_t *thread, cy_thread_state_t *state) in cy_rtos_get_thread_state() 254 cy_rslt_t cy_rtos_join_thread(cy_thread_t *thread) in cy_rtos_join_thread() 277 cy_rslt_t cy_rtos_get_thread_handle(cy_thread_t *thread) in cy_rtos_get_thread_handle() 311 cy_rslt_t cy_rtos_thread_set_notification(cy_thread_t *thread) in cy_rtos_thread_set_notification()
|
/Zephyr-latest/samples/userspace/syscall_perf/src/ |
D | test_supervisor.c | 18 k_tid_t thread; in supervisor_thread_function() local
|
D | test_user.c | 18 k_tid_t thread; in user_thread_function() local
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | tls.c | 13 void z_x86_tls_update_gdt(struct k_thread *thread) in z_x86_tls_update_gdt()
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | kernel_arch_func.h | 64 static ALWAYS_INLINE void arch_thread_return_value_set(struct k_thread *thread, unsigned int value) in arch_thread_return_value_set()
|
/Zephyr-latest/arch/mips/core/ |
D | thread.c | 18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | arch_inlines.h | 35 #define arch_current_thread_set(thread) ({ __arch_current_thread = (thread); }) argument
|
/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/ |
D | main.c | 135 struct k_thread *thread = _current; in ZTEST() local 176 struct k_thread *thread = _current; in ZTEST() local
|
/Zephyr-latest/modules/lvgl/include/ |
D | lvgl_zephyr_osal.h | 19 struct k_thread thread; member
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | unwind.c | 29 struct k_thread *thread; in cmd_kernel_thread_unwind() local
|
/Zephyr-latest/kernel/ |
D | sem.c | 98 struct k_thread *thread; in z_impl_k_sem_give() local 168 struct k_thread *thread; in z_impl_k_sem_reset() local
|
D | ipi.c | 26 atomic_val_t ipi_mask_create(struct k_thread *thread) in ipi_mask_create()
|
/Zephyr-latest/kernel/paging/ |
D | statistics.c | 112 void z_impl_k_mem_paging_thread_stats_get(struct k_thread *thread, in z_impl_k_mem_paging_thread_stats_get() 125 void z_vrfy_k_mem_paging_thread_stats_get(struct k_thread *thread, in z_vrfy_k_mem_paging_thread_stats_get()
|
/Zephyr-latest/arch/arm/include/cortex_a_r/ |
D | kernel_arch_func.h | 56 arch_thread_return_value_set(struct k_thread *thread, unsigned int value) in arch_thread_return_value_set()
|
/Zephyr-latest/arch/nios2/include/ |
D | kernel_arch_func.h | 41 arch_thread_return_value_set(struct k_thread *thread, unsigned int value) in arch_thread_return_value_set()
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_threads_cpu_mask.c | 28 k_tid_t thread; in ZTEST() local
|
D | test_kthread_for_each.c | 34 static void thread_callback(const struct k_thread *thread, void *user_data) in thread_callback() 48 void thread_callback_unlocked(const struct k_thread *thread, void *user_data) in thread_callback_unlocked()
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | pubsub.c | 34 k_tid_t thread; member 47 static int remove_subscriber(k_tid_t thread, struct subs *sus) in remove_subscriber() 72 static int add_subscriber(k_tid_t thread, struct subs *sus, in add_subscriber()
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | arm_mpu.c | 636 static int configure_dynamic_mpu_regions(struct k_thread *thread) in configure_dynamic_mpu_regions() 760 struct k_thread *thread; in configure_domain_partitions() local 792 int arch_mem_domain_thread_add(struct k_thread *thread) in arch_mem_domain_thread_add() 807 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() 824 void z_arm64_thread_mem_domains_init(struct k_thread *thread) in z_arm64_thread_mem_domains_init() 832 void z_arm64_swap_mem_domains(struct k_thread *thread) in z_arm64_swap_mem_domains()
|
/Zephyr-latest/lib/posix/options/ |
D | key.c | 171 struct posix_thread *thread; in pthread_setspecific() local 246 struct posix_thread *thread; in pthread_getspecific() local
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | ctf_top.c | 18 static void _get_thread_name(struct k_thread *thread, in _get_thread_name() 33 struct k_thread *thread; in sys_trace_k_thread_switched_out() local 43 struct k_thread *thread; in sys_trace_k_thread_user_mode_enter() local 51 void sys_trace_k_thread_wakeup(struct k_thread *thread) in sys_trace_k_thread_wakeup() 62 struct k_thread *thread; in sys_trace_k_thread_switched_in() local 71 void sys_trace_k_thread_priority_set(struct k_thread *thread) in sys_trace_k_thread_priority_set() 80 void sys_trace_k_thread_create(struct k_thread *thread, size_t stack_size, int prio) in sys_trace_k_thread_create() 101 void sys_trace_k_thread_abort(struct k_thread *thread) in sys_trace_k_thread_abort() 109 void sys_trace_k_thread_suspend(struct k_thread *thread) in sys_trace_k_thread_suspend() 117 void sys_trace_k_thread_resume(struct k_thread *thread) in sys_trace_k_thread_resume() [all …]
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | arc_mpu_common_internal.h | 71 void arc_core_mpu_configure_thread(struct k_thread *thread) in arc_core_mpu_configure_thread() 131 void arc_core_mpu_configure_mem_domain(struct k_thread *thread) in arc_core_mpu_configure_mem_domain()
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 216 k_thread thread; in main() member 236 auto &thread = threads[nthreads]; in main() local 259 auto &thread = threads[nthreads]; in main() local
|
/Zephyr-latest/tests/arch/xtensa/save_restore_hifi/src/ |
D | main.c | 14 struct k_thread thread[NUM_THREADS]; variable
|
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_cancel.c | 17 static struct k_thread thread; variable
|