Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/tests/lib/newlib/thread_safety/src/
Dstress.c38 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/
Dthread.c50 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/
Dposix_core.h27 int aborted; member
/Zephyr-latest/tests/kernel/fatal/exception/
DREADME4 thread, the thread gets aborted and the rest of the system executes normally.
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dspi_cfg.txt12 ; BoardID value with an OTP PlatformID value. Load is aborted if the ID's do
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/support/
Dspi_cfg.txt12 ; BoardID value with an OTP PlatformID value. Load is aborted if the ID's do
Dspi_cfg_4MBit.txt12 ; BoardID value with an OTP PlatformID value. Load is aborted if the ID's do
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwpa_supp_if.h70 int aborted);
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h695 void (*aborted)(struct bt_a2dp_stream *stream); member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst81 calling :c:func:`bt_mesh_init`), the BLOB Transfer Server will check for aborted transfers, and call
Dprovisioning.rst149 aborted.
/Zephyr-latest/subsys/canbus/isotp/
DKconfig27 is aborted.
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst122 or a timeout occurs, the connection will be aborted, and the underlying socket
Dmqtt_sn.rst130 If the connection fails at the MQTT level or a timeout occurs, the connection will be aborted and
Dhttp_server.rst245 LOG_DBG("Transaction aborted after %zd bytes.", processed);
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig187 Time (in ms) for a file upload/download to be declared aborted and
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c388 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/
Dindex.rst111 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/
Da2dp.c597 .aborted = stream_aborted,
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c223 info->aborted = 0; in nrf_wifi_scan_timeout_work()
Dwpa_supp_if.c126 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/
Dfatal.rst247 If the implementation returns, the faulting thread will be aborted and
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst170 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/
Dsyscalls.rst618 thread is aborted, as the function has no return value.
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1428 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"

12