Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/samples/posix/eventfd/src/
Dmain.c15 #define fatal(msg) \ macro
36 fatal("write"); in writer()
52 fatal("read"); in reader()
73 fatal("eventfd"); in main()
/Zephyr-latest/tests/kernel/fatal/message_capture/
DREADME1 This test case verifies that kernel fatal error logging message can be captured.
3 When the fatal error is triggered, if the debugging message function is turned on,
/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtest_utils.h50 void fatal(uint32_t testnum, const void *expected, size_t expectedlen, in fatal() function
76 fatal(testnum, expected, expectedlen, in check_result()
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt1 Title: A common fatal error and assert fail handler
6 code writing for fatal and assert handler for error case testing. They can
28 (a) Usage for dealing with fatal error:
53 If you use none of them, you can still define your own fatal or assert handler
60 This test verifies if the common fatal error and assert fail handler works.
69 the (expected) fatal error.
71 the (expected) fatal error.
73 the (expected) fatal error.
74 - start a thread to call k_oops() then catch the (expected) fatal error.
75 - start a thread to call k_panel() then catch the (expected) fatal error.
[all …]
/Zephyr-latest/tests/kernel/fatal/no-multithreading/
DREADME1 This test case verifies that kernel fatal error handling works correctly
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst9 Zephyr provides several methods for inducing fatal error conditions through
49 perform optional runtime checks which will induce a fatal error if the
66 ASSERTION FAIL [foo == 0xF0CACC1A] @ ZEPHYR_BASE/tests/kernel/fatal/src/main.c:367
147 tests/kernel/fatal/src/main.c: In function 'test_main':
151 tests/kernel/fatal/src/main.c:370:2: note: in expansion of macro 'BUILD_ASSERT'
158 A kernel oops is a software triggered fatal error invoked by
162 The fatal error reason code generated will be ``K_ERR_KERNEL_OOPS``.
167 A kernel error is a software triggered fatal error invoked by
174 and doing so will generate a kernel oops instead. Otherwise, the fatal error
185 then the kernel will generate a fatal error with the reason code
[all …]
/Zephyr-latest/arch/mips/core/
DCMakeLists.txt7 fatal.c
/Zephyr-latest/tests/kernel/fatal/exception/
DCMakeLists.txt5 project(fatal) project
DREADME1 This test case verifies that kernel fatal error handling works correctly.
/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c95 void fatal(const char *msg) in fatal() function
399 fatal("Only http: " in main()
446 fatal("Unable to resolve address"); in main()
453 fatal("Unable to request hash type from mbedTLS"); in main()
458 fatal("Can't setup mbedTLS hash engine"); in main()
/Zephyr-latest/arch/nios2/core/
DCMakeLists.txt8 fatal.c
/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c50 #define fatal(msg, ...) { \ macro
62 fatal("fcntl(F_GETFL): %d", errno); in setblocking()
73 fatal("fcntl(F_SETFL): %d", errno); in setblocking()
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c52 #define fatal(msg, ...) { \ macro
64 fatal("fcntl(F_GETFL): %d", errno); in setblocking()
75 fatal("fcntl(F_SETFL): %d", errno); in setblocking()
/Zephyr-latest/arch/sparc/core/
DCMakeLists.txt6 fatal.c
/Zephyr-latest/arch/posix/
DKconfig39 bool "Raise a SIGTRAP on fatal error"
41 Raise a SIGTRAP signal on fatal error before exiting.
/Zephyr-latest/boards/arm/v2m_beetle/doc/
Dindex.rst99 | 2 | NMI | | system fatal error |
101 | 3 | Hard fault | | system fatal error |
103 | 4 | MemManage | MPU fault | system fatal error |
105 | 5 | Bus | | system fatal error |
107 | 6 | Usage | undefined | system fatal error |
117 | 12 | Debug | | system fatal error |
/Zephyr-latest/boards/arduino/due/doc/
Dindex.rst56 | 2 | NMI | | system fatal error |
58 | 3 | Hard fault | | system fatal error |
60 | 4 | MemManage | MPU fault | system fatal error |
62 | 5 | Bus | | system fatal error |
64 | 6 | Usage | undefined | system fatal error |
74 | 12 | Debug | | system fatal error |
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h81 extern void z_arm_exc_exit(bool fatal);
/Zephyr-latest/arch/arc/core/
DCMakeLists.txt9 fatal.c
/Zephyr-latest/arch/x86/core/
Dintel64.cmake16 intel64/fatal.c
DCMakeLists.txt8 zephyr_library_sources(fatal.c)
/Zephyr-latest/arch/posix/core/
DCMakeLists.txt7 fatal.c
/Zephyr-latest/cmake/linker/ld/clang/
Dlinker_flags.cmake9 set_property(TARGET linker PROPERTY ld_extra_warning_options ${LINKERFLAGPREFIX},--fatal-warnings)
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt7 fatal.c
/Zephyr-latest/boards/arm/mps2/doc/
Dmps2_armv7m.rst116 | 2 | NMI | | system fatal error |
118 | 3 | Hard fault | | system fatal error |
120 | 4 | MemManage | MPU fault | system fatal error |
122 | 5 | Bus | | system fatal error |
124 | 6 | Usage | undefined | system fatal error |
134 | 12 | Debug | | system fatal error |

12345