Home
last modified time | relevance | path

Searched refs:thread (Results 876 – 900 of 920) sorted by relevance

1...<<31323334353637

/Zephyr-latest/drivers/ethernet/
Deth_enc28j60.c863 k_thread_create(&context->thread, context->thread_stack, in eth_enc28j60_init()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_subsys.c917 &ctrl->thread, ctrl->stack, CONFIG_ARM_SIP_SVC_SUBSYS_THREAD_STACK_SIZE, in sip_svc_subsys_init()
/Zephyr-latest/drivers/net/
Dppp.c963 k_thread_name_set(&ppp->cb_workq.thread, "ppp_workq"); in ppp_driver_init()
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst325 * Fixed potential livelock in thread abort due to exception
381 target can run in single thread only operations.
954 * The regulator API can now be built without thread-safe reference counting
1048 * Improved thread safety in the library.
1230 * Made zperf thread priority and stack size configurable.
Dmigration-guide-4.0.rst562 ``kernel thread list`` & ``kernel thread stacks``
Drelease-notes-1.13.rst404 * :github:`9113` - Enabling various thread options causes failures on cortex-M0 boards
407 * :github:`9081` - dynamic thread objects do not have a thread ID assigned
/Zephyr-latest/doc/develop/test/
Dztest.rst58 thread.
113 Using memory allocated by a test fixture in a userspace thread, such as during execution of
/Zephyr-latest/soc/espressif/esp32/
Ddefault_appcpu.ld388 #include <zephyr/linker/thread-local-storage.ld>
/Zephyr-latest/doc/services/rtio/
Dindex.rst212 against using a thread for each concurrent I/O operation or custom queues and
/Zephyr-latest/modules/hostap/
DKconfig32 int "Stack size for wpa_supplicant thread"
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp315 int "Mon thread stack size"
322 int "Wlcmgr thread stack size"
354 menu "Wi-Fi thread priority configurations"
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld482 * thread stacks, but applications can put symbols here too.
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c1129 k_thread_name_set(&udc_work_q.thread, "udc_work_q"); in udc_work_q_init()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c413 if (k_current_get() == &k_sys_work_q.thread) { in bt_hci_cmd_send_sync()
4279 return &k_sys_work_q.thread; in bt_testing_tx_tid_get()
4343 k_thread_name_set(&bt_workq.thread, "BT RX WQ"); in bt_enable()
4423 k_thread_abort(&bt_workq.thread); in bt_disable()
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst49 * OS-specific C++ standard library classes (e.g. ``std::thread``,
/Zephyr-latest/doc/security/
Dvulnerabilities.rst196 execution within a user thread is able to elevate privileges to that
222 An attacker who has obtained code execution within a user thread is
596 descriptors. Any thread running on the system may read/write a socket
1827 A rogue thread can corrupt the gp reg and cause the entire system to hard fault at best, at worst,
Dsecure-coding.rst87 program, and thread, shall have the smallest possible subset
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst20 background thread. The application can control the server activity with
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst163 thread. This allows the stack to process other incoming and outgoing messages
/Zephyr-latest/arch/x86/
DKconfig457 user thread interrupts and system calls, and significant footprint
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst231 -- runners.intel_cyclonev: OpenOCD GDB server running on port 3333; no thread info available
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_acm.c1071 k_thread_name_set(&cdc_acm_work_q.thread, "cdc_acm_work_q"); in usbd_cdc_acm_init_wq()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c1928 k_thread_name_set(&usbd_work_queue.thread, "usbd_workq"); in usb_init()
/Zephyr-latest/doc/services/pm/
Ddevice.rst117 When using :ref:`pm-system`, device transitions can be run from the idle thread.
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst152 a few threads. With dynamic load balancing, if a thread finishes early we keep

1...<<31323334353637