/Zephyr-latest/tests/lib/newlib/thread_safety/src/ |
D | stress.c | 38 bool *aborted = p1; in malloc_thread() local 42 while (*aborted == false) { in malloc_thread() 76 static ZTEST_BMEM bool aborted; in ZTEST() local 81 malloc_thread, &aborted, NULL, NULL, in ZTEST() 95 aborted = true; in ZTEST()
|
/Zephyr-latest/arch/posix/core/ |
D | thread.c | 50 thread_status->aborted = 0; in arch_new_thread() 135 if (tstatus->aborted == 0) { /* LCOV_EXCL_BR_LINE */ in z_impl_k_thread_abort() 136 tstatus->aborted = 1; in z_impl_k_thread_abort() 149 if (tstatus->aborted == 0) { in z_impl_k_thread_abort() 155 tstatus->aborted = 1; in z_impl_k_thread_abort()
|
/Zephyr-latest/arch/posix/include/ |
D | posix_core.h | 27 int aborted; member
|
/Zephyr-latest/tests/kernel/fatal/exception/ |
D | README | 4 thread, the thread gets aborted and the rest of the system executes normally.
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/ |
D | spi_cfg.txt | 12 ; BoardID value with an OTP PlatformID value. Load is aborted if the ID's do
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/support/ |
D | spi_cfg.txt | 12 ; BoardID value with an OTP PlatformID value. Load is aborted if the ID's do
|
D | spi_cfg_4MBit.txt | 12 ; BoardID value with an OTP PlatformID value. Load is aborted if the ID's do
|
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/ |
D | wpa_supp_if.h | 70 int aborted);
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 695 void (*aborted)(struct bt_a2dp_stream *stream); member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 81 calling :c:func:`bt_mesh_init`), the BLOB Transfer Server will check for aborted transfers, and call
|
D | provisioning.rst | 149 aborted.
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 27 is aborted.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 122 or a timeout occurs, the connection will be aborted, and the underlying socket
|
D | mqtt_sn.rst | 130 If the connection fails at the MQTT level or a timeout occurs, the connection will be aborted and
|
D | http_server.rst | 245 LOG_DBG("Transaction aborted after %zd bytes.", processed);
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 187 Time (in ms) for a file upload/download to be declared aborted and
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | a2dp.c | 388 done_cb = (ep->stream != NULL && ep->stream->ops != NULL) ? ep->stream->ops->aborted : NULL; in a2dp_abort_ind() 722 (ep->stream != NULL && ep->stream->ops != NULL) ? ep->stream->ops->aborted : NULL; in bt_a2dp_abort_cb()
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 111 A thread can also be aborted by another thread (or by itself) 116 owned by an aborted thread. 157 * The thread has terminated or aborted.
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 597 .aborted = stream_aborted,
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fmac_main.c | 223 info->aborted = 0; in nrf_wifi_scan_timeout_work()
|
D | wpa_supp_if.c | 126 int aborted) in nrf_wifi_wpa_supp_event_proc_scan_done() argument 138 info->aborted = aborted; in nrf_wifi_wpa_supp_event_proc_scan_done()
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 247 If the implementation returns, the faulting thread will be aborted and
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 170 until the thread that had been aborted is no longer runnable. If it 206 "aborted" check happens on any interrupt exit, so there is no special
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 618 thread is aborted, as the function has no return value.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1428 aborted. 2155 * :github:`48253` - Only the first failing test is aborted and marked failed 2411 …b:`46206` - it8xxx2_evb: tests/kernel/fatal/exception/ assertion failed -- "thread was not aborted"
|