/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 1617 int arch_mem_domain_thread_add(struct k_thread *thread) in arch_mem_domain_thread_add() 1623 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() 1788 static void set_stack_perms(struct k_thread *thread, pentry_t *ptables) in set_stack_perms() 1874 int arch_mem_domain_thread_remove(struct k_thread *thread) in arch_mem_domain_thread_remove() 1912 int arch_mem_domain_thread_add(struct k_thread *thread) in arch_mem_domain_thread_add()
|
/Zephyr-latest/drivers/sensor/st/lps2xdf/ |
D | lps2xdf.h | 122 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | temp_nrfs.c | 33 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | fxas21002.h | 117 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | isl29035.h | 124 struct k_thread thread; member
|
/Zephyr-latest/drivers/adc/ |
D | adc_b91.c | 36 struct k_thread thread; member
|
D | adc_ad559x.c | 42 struct k_thread thread; member
|
D | adc_ads7052.c | 34 struct k_thread thread; member
|
D | adc_mcp320x.c | 39 struct k_thread thread; member
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_w5500_priv.h | 94 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/st/lis3mdl/ |
D | lis3mdl.h | 128 struct k_thread thread; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_udp.c | 55 struct k_thread thread; member
|
/Zephyr-latest/arch/xtensa/core/ |
D | coredump.c | 195 void arch_coredump_priv_stack_dump(struct k_thread *thread) in arch_coredump_priv_stack_dump()
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 895 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio() 1439 int pthread_setname_np(pthread_t thread, const char *name) in pthread_setname_np() 1463 int pthread_getname_np(pthread_t thread, char *name, size_t len) in pthread_getname_np()
|
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540.h | 95 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/bosch/bma280/ |
D | bma280.h | 134 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/ens160/ |
D | ens160.h | 126 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/st/ism330dhcx/ |
D | ism330dhcx.h | 104 struct k_thread thread; member
|
/Zephyr-latest/kernel/ |
D | init.c | 575 struct k_thread *thread = &z_idle_threads[i]; in init_idle_thread() local
|
/Zephyr-latest/drivers/sensor/st/lsm6dso/ |
D | lsm6dso.h | 111 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/st/lsm6dso16is/ |
D | lsm6dso16is.h | 111 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.h | 135 struct k_thread thread; member
|
/Zephyr-latest/drivers/input/ |
D | input_sbus.c | 65 struct k_thread thread; member
|
/Zephyr-latest/include/zephyr/input/ |
D | input_kbd_matrix.h | 261 struct k_thread thread; member
|
/Zephyr-latest/tests/kernel/ipi_optimize/src/ |
D | main.c | 20 static struct k_thread thread[NUM_THREADS]; variable
|