Searched refs:thread (Results 376 – 400 of 920) sorted by relevance
1...<<11121314151617181920>>...37
/Zephyr-latest/boards/qemu/riscv32e/ |
D | Kconfig.defconfig | 6 # Use thread local storage by default so that this feature gets more CI coverage.
|
/Zephyr-latest/boards/qemu/riscv32_xip/ |
D | Kconfig.defconfig | 6 # Use thread local storage by default so that this feature gets more CI coverage.
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig | 16 rsource "Kconfig.thread"
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.enc28j60 | 22 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/ |
D | CMakeLists.txt | 28 # 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/ |
D | main.c | 159 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/ |
D | adt7310.h | 34 struct k_thread thread; member
|
/Zephyr-latest/arch/sparc/core/ |
D | CMakeLists.txt | 13 thread.c
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | CMakeLists.txt | 21 add_subdirectory_ifdef(CONFIG_KERNEL_THREAD_SHELL thread)
|
/Zephyr-latest/boards/qemu/riscv32/ |
D | Kconfig.defconfig | 6 # Use thread local storage by default so that this feature gets more CI coverage.
|
/Zephyr-latest/lib/libc/armstdc/src/ |
D | threading_weak.c | 62 void __weak z_thread_abort(struct k_thread *thread) in z_thread_abort() argument
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | CMakeLists.txt | 11 thread.c
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 107 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/ |
D | index.rst | 27 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/ |
D | arch_interface.h | 720 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/ |
D | Kconfig.quectel-bg9x | 20 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/ |
D | CMakeLists.txt | 7 zephyr_sources_ifdef(CONFIG_KERNEL_THREAD_SHELL thread.c)
|
D | Kconfig | 1 # Kernel thread configuration options 10 Internal helper macro to determine if the main `thread` command
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 67 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/ |
D | Kconfig | 21 (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/ |
D | modem_backend_tty.c | 65 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/ |
D | Kconfig.msc | 47 int "Set stack size for mass storage thread" 51 Stack size for mass storage disk operations thread
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | README.rst | 13 * 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/ |
D | Kconfig | 23 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/ |
D | stts22h.h | 46 struct k_thread thread; member
|
1...<<11121314151617181920>>...37