/Zephyr-latest/tests/kernel/smp_suspend/src/ |
D | main.c | 20 struct k_thread thread[NUM_THREADS]; variable
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/ |
D | os_mgmt.c | 177 const struct k_thread *thread) in os_mgmt_taskstat_encode_thread_name() 193 const struct k_thread *thread) in os_mgmt_taskstat_encode_thread_name() 215 const struct k_thread *thread) in os_mgmt_taskstat_encode_stack_info() 246 const struct k_thread *thread) in os_mgmt_taskstat_encode_runtime_info() 284 os_mgmt_taskstat_encode_priority(zcbor_state_t *zse, const struct k_thread *thread) in os_mgmt_taskstat_encode_priority() 295 static void os_mgmt_taskstat_encode_one(const struct k_thread *thread, void *user_data) in os_mgmt_taskstat_encode_one()
|
/Zephyr-latest/arch/nios2/core/ |
D | thread.c | 31 void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack, in arch_new_thread()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | timeout_order.c | 18 static void thread(void *p1, void *p2, void *p3) in thread() function
|
/Zephyr-latest/tests/kernel/profiling/profiling_api/src/ |
D | main.c | 20 static void tdata_dump_callback(const struct k_thread *thread, void *user_data) in tdata_dump_callback()
|
/Zephyr-latest/tests/benchmarks/wait_queues/src/ |
D | main.c | 101 struct k_thread *thread; in test_increasing_priority() local 221 struct k_thread *thread; in main() local
|
/Zephyr-latest/kernel/ |
D | events.c | 101 static int event_walk_op(struct k_thread *thread, void *data) in event_walk_op() 135 struct k_thread *thread; in k_event_post_internal() local 245 struct k_thread *thread; in k_event_wait_internal() local
|
D | userspace.c | 524 static unsigned int thread_index_get(struct k_thread *thread) in thread_index_get() 614 void k_thread_perms_set(struct k_object *ko, struct k_thread *thread) in k_thread_perms_set() 623 void k_thread_perms_clear(struct k_object *ko, struct k_thread *thread) in k_thread_perms_clear() 640 void k_thread_perms_all_clear(struct k_thread *thread) in k_thread_perms_all_clear() 701 void z_impl_k_object_access_grant(const void *object, struct k_thread *thread) in z_impl_k_object_access_grant() 710 void k_object_access_revoke(const void *object, struct k_thread *thread) in k_object_access_revoke()
|
D | futex.c | 31 struct k_thread *thread; in z_impl_k_futex_wake() local
|
D | userspace_handler.c | 57 struct k_thread *thread) in z_vrfy_k_object_access_grant()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 42 static inline int _is_thread_cmsis_inactive(struct k_thread *thread) in _is_thread_cmsis_inactive() 515 struct k_thread *thread; in osThreadGetCount() local 533 struct k_thread *thread; in osThreadEnumerate() local
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_nand_ll.c | 116 static uint32_t cdns_nand_get_thrd_status(uintptr_t base_address, uint8_t thread) in cdns_nand_get_thrd_status() 132 static int cdns_wait_for_thread(uintptr_t base_address, uint8_t thread) in cdns_wait_for_thread() 156 uint8_t thread, uint8_t vol_id) in cdns_nand_pio_set_features() 184 static int cdns_pio_transfer_complete(uintptr_t base_address, uint8_t thread) in cdns_pio_transfer_complete() 530 static int cdns_nand_send(uintptr_t base_address, char *desc_ptr, uint8_t thread) in cdns_nand_send() 690 static int cdns_nand_pio_erase(struct cadence_nand_params *params, uint8_t thread, uint8_t bank, in cdns_nand_pio_erase() 741 static int cdns_nand_pio_prepare(uintptr_t base_address, uint8_t thread, uint8_t bank, in cdns_nand_pio_prepare()
|
/Zephyr-latest/arch/xtensa/core/ |
D | ptables.c | 160 static inline uint32_t *thread_page_tables_get(const struct k_thread *thread) in thread_page_tables_get() 341 struct k_thread *thread = _current_cpu->current; in xtensa_mmu_reinit() local 688 struct k_thread *thread = _current_cpu->current; in xtensa_mmu_tlb_shootdown() local 932 void xtensa_user_stack_perms(struct k_thread *thread) in xtensa_user_stack_perms() 970 int arch_mem_domain_thread_add(struct k_thread *thread) in arch_mem_domain_thread_add() 1023 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() 1096 const struct k_thread *thread = _current; in mem_buffer_validate() local
|
D | mpu.c | 629 void xtensa_mpu_map_write(struct k_thread *thread) in xtensa_mpu_map_write() 895 int arch_mem_domain_thread_add(struct k_thread *thread) in arch_mem_domain_thread_add() 966 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() 1170 void xtensa_user_stack_perms(struct k_thread *thread) in xtensa_user_stack_perms()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | stacks.c | 22 static void shell_stack_dump(const struct k_thread *thread, void *user_data) in shell_stack_dump()
|
/Zephyr-latest/drivers/sensor/adi/adt7310/ |
D | adt7310.h | 34 struct k_thread thread; member
|
/Zephyr-latest/include/zephyr/modem/backend/ |
D | tty.h | 26 struct k_thread thread; member
|
/Zephyr-latest/lib/os/ |
D | p4wq.c | 141 void k_p4wq_add_thread(struct k_p4wq *queue, struct k_thread *thread, in k_p4wq_add_thread() 194 void k_p4wq_enable_static_thread(struct k_p4wq *queue, struct k_thread *thread, in k_p4wq_enable_static_thread()
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | main.c | 65 k_tid_t thread; member 118 struct k_thread *thread, in run_extension_on_thread()
|
/Zephyr-latest/drivers/sensor/honeywell/sm351lt/ |
D | sm351lt.h | 34 struct k_thread thread; member
|
/Zephyr-latest/lib/libc/armstdc/src/ |
D | threading_weak.c | 62 void __weak z_thread_abort(struct k_thread *thread) in z_thread_abort()
|
/Zephyr-latest/tests/kernel/smp_abort/src/ |
D | main.c | 20 struct k_thread thread[NUM_THREADS]; variable
|
/Zephyr-latest/drivers/sensor/st/iis3dhhc/ |
D | iis3dhhc.h | 48 struct k_thread thread; member
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | app_threads.h | 16 struct k_thread thread; member
|
/Zephyr-latest/tests/misc/llext-edk/src/ |
D | main.c | 50 void load_and_run_extension(int thread_flags, struct k_thread *thread, in load_and_run_extension()
|