Home
last modified time | relevance | path

Searched refs:thread (Results 376 – 400 of 920) sorted by relevance

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

/Zephyr-latest/boards/qemu/riscv32e/
DKconfig.defconfig6 # Use thread local storage by default so that this feature gets more CI coverage.
/Zephyr-latest/boards/qemu/riscv32_xip/
DKconfig.defconfig6 # Use thread local storage by default so that this feature gets more CI coverage.
/Zephyr-latest/modules/openthread/
DKconfig16 rsource "Kconfig.thread"
/Zephyr-latest/drivers/ethernet/
DKconfig.enc28j6022 Size of the stack used for internal thread which is ran for
30 Priority level for internal thread which is ran for incoming
/Zephyr-latest/modules/thrift/
DCMakeLists.txt28 # Replace with upstream equivalents when Zephyr's std::thread, etc, are fixed
34 # Replace with upstream equivalents when Zephyr's std::thread, etc, are fixed
/Zephyr-latest/tests/kernel/workq/user_work/src/
Dmain.c159 k_object_access_grant(&dummy_sema, &user_workq.thread); in test_user_workq_granted_access()
182 k_thread_access_grant(main_thread, &sync_sema, &user_workq.thread, in workq_setup()
/Zephyr-latest/drivers/sensor/adi/adt7310/
Dadt7310.h34 struct k_thread thread; member
/Zephyr-latest/arch/sparc/core/
DCMakeLists.txt13 thread.c
/Zephyr-latest/subsys/shell/modules/kernel_service/
DCMakeLists.txt21 add_subdirectory_ifdef(CONFIG_KERNEL_THREAD_SHELL thread)
/Zephyr-latest/boards/qemu/riscv32/
DKconfig.defconfig6 # Use thread local storage by default so that this feature gets more CI coverage.
/Zephyr-latest/lib/libc/armstdc/src/
Dthreading_weak.c62 void __weak z_thread_abort(struct k_thread *thread) in z_thread_abort() argument
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DCMakeLists.txt11 thread.c
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig107 bool "Use global thread"
113 bool "Use own thread"
137 Priority of thread used by the driver to handle interrupts.
144 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/doc/kernel/services/
Dindex.rst27 These pages cover basic kernel services related to thread scheduling and
62 …rbitrary [6] Power of two Yes [3] Yes Pend thread or return -errno
64 …rbitrary Arbitrary Yes [5] Yes [5] Pend thread or return -errno
72 calling thread's resource pool.
/Zephyr-latest/include/zephyr/arch/
Darch_interface.h720 int arch_mem_domain_thread_add(struct k_thread *thread);
736 int arch_mem_domain_thread_remove(struct k_thread *thread);
1295 const struct k_thread *thread, const struct arch_esf *esf);
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x20 int "Stack size for the quectel BG9X modem driver RX thread"
23 This stack is used by the quectel BG9X RX thread.
30 to the rest of the network stack, letting the rx thread continue
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
DCMakeLists.txt7 zephyr_sources_ifdef(CONFIG_KERNEL_THREAD_SHELL thread.c)
DKconfig1 # Kernel thread configuration options
10 Internal helper macro to determine if the main `thread` command
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig67 prompt "Characteristic used as thread name in taskstat"
71 Select what will serve as thread name in "taskstat" response.
72 By default taskstat responses use thread priority, when THREAD_NAME is disabled,
90 This is used for defining CBOR map holding thread info.
95 int "Length of thread name to return in response"
102 as a thread name.
104 When THREAD_NAME is disabled the name is generated from thread priority,
113 Zephyr uses int8_t as thread priorities, but in taskstat response it encodes
/Zephyr-latest/arch/posix/
DKconfig21 (In this architecture only part of the thread status is kept in the Zephyr
22 thread stack, the real stack is the native underlying pthread stack.
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_tty.c65 k_thread_create(&backend->thread, backend->stack, backend->stack_size, in modem_backend_tty_open()
100 k_thread_join(&backend->thread, K_MSEC(MODEM_BACKEND_TTY_THREAD_RUN_PERIOD_MS * 2)); in modem_backend_tty_close()
/Zephyr-latest/subsys/usb/device/class/
DKconfig.msc47 int "Set stack size for mass storage thread"
51 Stack size for mass storage disk operations thread
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst13 * Time to remove highest priority thread from a wait queue
14 * Time to remove lowest priority thread from a wait queue
/Zephyr-latest/tests/posix/eventfd/
DKconfig23 int "Size of each thread stack in this test"
26 The minimal stack size required to run a no-op thread.
/Zephyr-latest/drivers/sensor/st/stts22h/
Dstts22h.h46 struct k_thread thread; member

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