/Zephyr-latest/drivers/sensor/microchip/tcn75a/ |
D | tcn75a.h | 54 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/st/iis2dh/ |
D | iis2dh.h | 72 struct k_thread thread; member
|
/Zephyr-latest/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 30 # Use offloaded render thread
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.nrf | 16 int "nRF UDC driver internal thread stack size"
|
/Zephyr-latest/arch/riscv/core/ |
D | CMakeLists.txt | 13 thread.c
|
/Zephyr-latest/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 94 struct k_thread thread; member
|
/Zephyr-latest/lib/posix/options/ |
D | posix_internal.h | 45 struct k_thread thread; member
|
D | timer.c | 28 pthread_t thread; member 172 ret = pthread_create(&timer->thread, evp->sigev_notify_attributes, in timer_create() 337 (void)pthread_cancel(timer->thread); in timer_delete()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 84 by only having one thread listening socket data. If data is received 92 int "Priority of the socket service dispatcher thread" 96 Set the priority of the socket service dispatcher thread. This handler 99 Note that >= 0 value means preemptive thread priority, the lowest 101 Highest preemptive thread priority is 0. 102 Lowest cooperative thread priority is -1. 103 Highest cooperative thread priority is -NUM_COOP_PRIORITIES. 106 int "Stack size for the thread handling socket services" 112 Set the internal stack size for the thread that polls sockets. 381 Note, that the thread using net_mgmt sockets should have at least [all …]
|
/Zephyr-latest/drivers/sensor/st/lis2du12/ |
D | lis2du12_trigger.c | 188 k_thread_create(&lis2du12->thread, lis2du12->thread_stack, in lis2du12_init_interrupt() 193 k_thread_name_set(&lis2du12->thread, dev->name); in lis2du12_init_interrupt()
|
/Zephyr-latest/arch/xtensa/core/ |
D | CMakeLists.txt | 13 thread.c 70 # With thread local storage, the variable is_user_mode is 71 # stored in the thread's TLS area. There is no need for
|
/Zephyr-latest/tests/kernel/events/event_api/src/ |
D | test_event_apis.c | 60 struct k_thread *thread; in ZTEST() local 71 thread = z_waitq_head(&event.wait_q); in ZTEST() 73 zassert_is_null(thread, NULL); in ZTEST()
|
/Zephyr-latest/drivers/usb/device/ |
D | Kconfig | 132 Size of the stack for the work queue thread that is used in the driver 185 for callback thread 192 Size of the stack used for the internal USB thread. 221 int "USB DC message handler thread stack size" 224 Size of the stack for the message handler thread that is used in the driver
|
/Zephyr-latest/kernel/ |
D | init.c | 86 pos->thread); in z_init_static_threads() 575 struct k_thread *thread = &z_idle_threads[i]; in init_idle_thread() local 592 z_setup_new_thread(thread, stack, in init_idle_thread() 596 z_mark_thread_as_not_sleeping(thread); in init_idle_thread() 599 thread->base.is_idle = 1U; in init_idle_thread()
|
/Zephyr-latest/drivers/sensor/ti/tmp007/ |
D | tmp007.h | 58 struct k_thread thread; member
|
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 33 # Use offloaded render thread
|
/Zephyr-latest/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 42 # Use offloaded render thread
|
/Zephyr-latest/drivers/sensor/amg88xx/ |
D | amg88xx.h | 92 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/ams/ccs811/ |
D | ccs811.h | 65 struct k_thread thread; member
|
/Zephyr-latest/drivers/sensor/memsic/mc3419/ |
D | mc3419.h | 90 struct k_thread thread; member
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | Kconfig.defconfig | 24 # Enable double buffering and offloaded render thread to improve performance
|
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | master.h | 126 __syscall void test_thread_priority_set(k_tid_t thread, int prio);
|
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_trigger.c | 183 k_thread_create(&drv_data->thread, drv_data->thread_stack, in adxl362_init_interrupt() 189 k_thread_name_set(&drv_data->thread, dev->name); in adxl362_init_interrupt()
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367_trigger.c | 176 k_thread_create(&drv_data->thread, drv_data->thread_stack, in adxl367_init_interrupt() 182 k_thread_name_set(&drv_data->thread, dev->name); in adxl367_init_interrupt()
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_trigger.c | 190 k_thread_create(&drv_data->thread, drv_data->thread_stack, in adxl372_init_interrupt() 196 k_thread_name_set(&drv_data->thread, dev->name); in adxl372_init_interrupt()
|