Home
last modified time | relevance | path

Searched defs:thread (Results 51 – 75 of 255) sorted by relevance

1234567891011

/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c82 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/
Dtest_supervisor.c18 k_tid_t thread; in supervisor_thread_function() local
Dtest_user.c18 k_tid_t thread; in user_thread_function() local
/Zephyr-latest/arch/x86/core/ia32/
Dtls.c13 void z_x86_tls_update_gdt(struct k_thread *thread) in z_x86_tls_update_gdt()
/Zephyr-latest/arch/arm/include/cortex_m/
Dkernel_arch_func.h64 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/
Dthread.c18 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
/Zephyr-latest/include/zephyr/arch/riscv/
Darch_inlines.h35 #define arch_current_thread_set(thread) ({ __arch_current_thread = (thread); }) argument
/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/
Dmain.c135 struct k_thread *thread = _current; in ZTEST() local
176 struct k_thread *thread = _current; in ZTEST() local
/Zephyr-latest/modules/lvgl/include/
Dlvgl_zephyr_osal.h19 struct k_thread thread; member
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dunwind.c29 struct k_thread *thread; in cmd_kernel_thread_unwind() local
/Zephyr-latest/kernel/
Dsem.c98 struct k_thread *thread; in z_impl_k_sem_give() local
168 struct k_thread *thread; in z_impl_k_sem_reset() local
Dipi.c26 atomic_val_t ipi_mask_create(struct k_thread *thread) in ipi_mask_create()
/Zephyr-latest/kernel/paging/
Dstatistics.c112 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/
Dkernel_arch_func.h56 arch_thread_return_value_set(struct k_thread *thread, unsigned int value) in arch_thread_return_value_set()
/Zephyr-latest/arch/nios2/include/
Dkernel_arch_func.h41 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/
Dtest_threads_cpu_mask.c28 k_tid_t thread; in ZTEST() local
Dtest_kthread_for_each.c34 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/
Dpubsub.c34 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/
Darm_mpu.c636 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/
Dkey.c171 struct posix_thread *thread; in pthread_setspecific() local
246 struct posix_thread *thread; in pthread_getspecific() local
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c18 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/
Darc_mpu_common_internal.h71 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/
Dmain.cpp216 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/
Dmain.c14 struct k_thread thread[NUM_THREADS]; variable
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_cancel.c17 static struct k_thread thread; variable

1234567891011