Home
last modified time | relevance | path

Searched refs:thread (Results 476 – 500 of 920) sorted by relevance

1...<<11121314151617181920>>...37

/Zephyr-latest/drivers/sensor/microchip/tcn75a/
Dtcn75a.h54 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/st/iis2dh/
Diis2dh.h72 struct k_thread thread; member
/Zephyr-latest/boards/shields/rk043fn02h_ct/
DKconfig.defconfig30 # Use offloaded render thread
/Zephyr-latest/drivers/usb/udc/
DKconfig.nrf16 int "nRF UDC driver internal thread stack size"
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt13 thread.c
/Zephyr-latest/include/zephyr/sip_svc/
Dsip_svc_controller.h94 struct k_thread thread; member
/Zephyr-latest/lib/posix/options/
Dposix_internal.h45 struct k_thread thread; member
Dtimer.c28 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/
DKconfig84 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/
Dlis2du12_trigger.c188 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/
DCMakeLists.txt13 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/
Dtest_event_apis.c60 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/
DKconfig132 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/
Dinit.c86 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/
Dtmp007.h58 struct k_thread thread; member
/Zephyr-latest/boards/shields/rk043fn66hs_ctg/
DKconfig.defconfig33 # Use offloaded render thread
/Zephyr-latest/boards/shields/rk055hdmipi4m/
DKconfig.defconfig42 # Use offloaded render thread
/Zephyr-latest/drivers/sensor/amg88xx/
Damg88xx.h92 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/ams/ccs811/
Dccs811.h65 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/memsic/mc3419/
Dmc3419.h90 struct k_thread thread; member
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig24 # Enable double buffering and offloaded render thread to improve performance
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dmaster.h126 __syscall void test_thread_priority_set(k_tid_t thread, int prio);
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_trigger.c183 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/
Dadxl367_trigger.c176 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/
Dadxl372_trigger.c190 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()

1...<<11121314151617181920>>...37