Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/
Dabort.c10 void abort(void) in abort() function
/Zephyr-Core-2.7.6/soc/xtensa/esp32/
Dsoc.c108 abort(); in __start()
113 abort(); in __start()
/Zephyr-Core-2.7.6/lib/libc/minimal/
DCMakeLists.txt7 source/stdlib/abort.c
/Zephyr-Core-2.7.6/.buildkite/hooks/
Dpre-command23 git merge --abort
/Zephyr-Core-2.7.6/lib/libc/minimal/include/
Dstdlib.h43 void abort(void);
/Zephyr-Core-2.7.6/arch/arc/
DCMakeLists.txt9 # references to abort().
/Zephyr-Core-2.7.6/arch/x86/core/ia32/
Dsoft_float_stubs.c20 extern void abort(void);
/Zephyr-Core-2.7.6/scripts/coccinelle/
Dsymbols.txt1 abort
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/
DREADME.rst34 Time to abort a thread (not running) : 2208 cycles , 2208 ns
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_a_r/
DKconfig67 instruction and data abort exception handlers.
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/
DKconfig21 Stop and abort on first failing test. Do not continue with other
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_esp32.c879 abort(); in esp_intr_noniram_disable()
893 abort(); in esp_intr_noniram_enable()
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
DKconfig97 before abort a current update.
/Zephyr-Core-2.7.6/doc/guides/portability/
Dposix.rst361 abort(),+
/Zephyr-Core-2.7.6/kernel/
Dsched.c1606 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_thread, abort, thread); in z_impl_k_thread_abort()
1610 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_thread, abort, thread); in z_impl_k_thread_abort()
/Zephyr-Core-2.7.6/include/
Dkernel.h629 prio, options, delay, abort, tname) \ argument
641 .init_abort = (abort), \
/Zephyr-Core-2.7.6/tests/lib/c_lib/src/
Dmain.c1019 abort(); in test_abort()
/Zephyr-Core-2.7.6/doc/guides/west/
Dbuilt-in.rst160 ``git``, or you can use ``git -C <project_path> rebase --abort`` to
/Zephyr-Core-2.7.6/doc/reference/networking/
Dcan_api.rst91 in case, abort their transmission.
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.14.rst554 only on x86_64 and used only for thread abort.
2073 * :github:`10313` - net: sockets: Packets are leaked on TCP abort connection
Drelease-notes-2.0.rst440 radio, PA/LNA on Port 1 GPIO pins, and radio event abort
Drelease-notes-2.6.rst1871 * :github:`32723` - kernel/sched: Only send IPI to abort a thread if the hardware supports it