Home
last modified time | relevance | path

Searched refs:thread (Results 751 – 775 of 920) sorted by relevance

1...<<31323334353637

/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.h328 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688.h326 struct k_thread thread; member
/Zephyr-latest/drivers/sensor/lm75/
Dlm75.c357 k_thread_name_set(&data->workq.thread, "lm75_trigger"); in lm75_init()
/Zephyr-latest/drivers/sensor/lm77/
Dlm77.c334 k_thread_name_set(&data->workq.thread, "lm77_trigger"); in lm77_init()
/Zephyr-latest/subsys/logging/backends/
DKconfig.net120 thread might block.
/Zephyr-latest/doc/services/resource_management/
Dindex.rst46 error state to off. Transitions must be invokable from both thread
/Zephyr-latest/subsys/net/ip/
Dnet_mgmt.c246 log_stack_usage(&mgmt_work_q->thread); in mgmt_run_slist_callbacks()
DKconfig.tcp25 int "TCP work queue thread stack size"
30 Set the TCP work queue thread stack size in bytes.
/Zephyr-latest/kernel/
DCMakeLists.txt83 thread.c
/Zephyr-latest/boards/snps/nsim/arc_v/doc/
Dindex.rst143 reasons for that. ``.tcf`` perfectly suits building of bare-metal single-thread application -
146 The situation is completely different when multi-thread feature-rich operation system is
/Zephyr-latest/drivers/adc/
Dadc_ads1x1x.c154 struct k_thread thread; member
775 k_thread_create(&data->thread, data->stack, in ads1x1x_init()
Dadc_max1125x.c226 struct k_thread thread; member
758 &data->thread, data->stack, K_KERNEL_STACK_SIZEOF(data->stack), in max1125x_init()
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst235 …Follow steps from https://docs.nordicsemi.com/bundle/ncs-2.5.1/page/nrf/protocols/thread/tools.htm…
327 ot thread start
/Zephyr-latest/subsys/bluetooth/host/
DKconfig47 prompt "HCI Tx thread stack size" if BT_HCI_TX_STACK_SIZE_WITH_PROMPT
67 bool "Override HCI Tx thread stack size"
70 # Hidden option for Co-Operative Tx thread priority
111 int "Size of the receiving thread stack"
119 Size of the receiving thread stack. This is the context from
127 # Hidden option for Co-Operative Rx thread priority
132 # Hidden option for Co-Operative HCI driver RX thread priority
237 thread for too long.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst297 …k will delay system init, so still consider offloading time-consuming tasks to a background thread.
369 A possible exception to this rule is if the resource in question is inherently thread-safe.
372 …It may still be possible to create a race condition, for instance when accessing multiple thread-s…
374 …mply always lock the binding, whether or not the resource being accessed is inherently thread-safe.
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
Dfxos8700_trigger.c401 k_thread_create(&data->thread, data->thread_stack, in fxos8700_trigger_init()
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld112 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld123 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/doc/services/net_buf/
Dindex.rst54 from one thread to another.
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake124 # Compiler flag for turning off thread-safe initialization of local statics
/Zephyr-latest/boards/nxp/frdm_mcxw72/doc/
Dindex.rst159 …ies-microcontrollers/mcx-w72x-secure-and-ultra-low-power-mcus-for-matter-thread-zigbee-and-bluetoo…
/Zephyr-latest/subsys/usb/device/
DKconfig170 be preempted by any other thread until finished.
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c39 extern void z_move_thread_to_end_of_prio_q(struct k_thread *thread);
/Zephyr-latest/subsys/settings/
DKconfig180 size of the shell thread may need to be increased to accommodate this
/Zephyr-latest/subsys/fs/
DKconfig.fatfs131 Enable LFN with static working buffer on the BSS. Always NOT thread-safe.
254 Enable the FatFs re-entrancy (thread safe) option for file/directory

1...<<31323334353637