Searched refs:thread (Results 876 – 900 of 920) sorted by relevance
1...<<31323334353637
/Zephyr-latest/drivers/ethernet/ |
D | eth_enc28j60.c | 863 k_thread_create(&context->thread, context->thread_stack, in eth_enc28j60_init()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_subsys.c | 917 &ctrl->thread, ctrl->stack, CONFIG_ARM_SIP_SVC_SUBSYS_THREAD_STACK_SIZE, in sip_svc_subsys_init()
|
/Zephyr-latest/drivers/net/ |
D | ppp.c | 963 k_thread_name_set(&ppp->cb_workq.thread, "ppp_workq"); in ppp_driver_init()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 325 * 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.
|
D | migration-guide-4.0.rst | 562 ``kernel thread list`` & ``kernel thread stacks``
|
D | release-notes-1.13.rst | 404 * :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/ |
D | ztest.rst | 58 thread. 113 Using memory allocated by a test fixture in a userspace thread, such as during execution of
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default_appcpu.ld | 388 #include <zephyr/linker/thread-local-storage.ld>
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 212 against using a thread for each concurrent I/O operation or custom queues and
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 32 int "Stack size for wpa_supplicant thread"
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 315 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/ |
D | ace-link.ld | 482 * thread stacks, but applications can put symbols here too.
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 1129 k_thread_name_set(&udc_work_q.thread, "udc_work_q"); in udc_work_q_init()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 413 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/ |
D | index.rst | 49 * OS-specific C++ standard library classes (e.g. ``std::thread``,
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 196 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,
|
D | secure-coding.rst | 87 program, and thread, shall have the smallest possible subset
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 20 background thread. The application can control the server activity with
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 163 thread. This allows the stack to process other incoming and outgoing messages
|
/Zephyr-latest/arch/x86/ |
D | Kconfig | 457 user thread interrupts and system calls, and significant footprint
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 231 -- runners.intel_cyclonev: OpenOCD GDB server running on port 3333; no thread info available
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_acm.c | 1071 k_thread_name_set(&cdc_acm_work_q.thread, "cdc_acm_work_q"); in usbd_cdc_acm_init_wq()
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_nrfx.c | 1928 k_thread_name_set(&usbd_work_queue.thread, "usbd_workq"); in usb_init()
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 117 When using :ref:`pm-system`, device transitions can be run from the idle thread.
|
/Zephyr-latest/doc/develop/tools/ |
D | coccinelle.rst | 152 a few threads. With dynamic load balancing, if a thread finishes early we keep
|
1...<<31323334353637