Searched refs:__NO_RETURN (Results 1 - 25 of 27) sorted by relevance

12

/fuchsia/zircon/kernel/include/lk/
H A Dmain.h15 void lk_main(void) __NO_RETURN __EXTERNALLY_VISIBLE;
/fuchsia/zircon/kernel/include/
H A Darch.h26 uintptr_t arg1, uintptr_t arg2) __NO_RETURN;
H A Ddebug.h82 void _panic(void *caller, void *frame, const char *fmt, ...) __PRINTFLIKE(3, 4) __NO_RETURN;
86 void _panic_no_format(const char *msg, size_t len) __NO_RETURN;
88 __NO_RETURN static inline void panic_no_format(const char* msg) {
94 void __stack_chk_fail(void) __NO_RETURN;
H A Dplatform.h71 platform_halt_reason reason) __NO_RETURN;
/fuchsia/zircon/kernel/include/arch/
H A Dops.h52 void arch_flush_state_and_halt(event_t *flush_done) __NO_RETURN;
54 int arch_idle_thread_routine(void*) __NO_RETURN;
/fuchsia/zircon/kernel/lib/watchdog/include/lib/
H A Dwatchdog.h34 void watchdog_handler(watchdog_t *dog) __NO_RETURN;
/fuchsia/zircon/system/ulib/runtime/include/runtime/
H A Dthread.h74 __NO_RETURN void zxr_thread_exit_unmap_if_detached(
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h42 typedef void (*thread_trampoline_routine)(void) __NO_RETURN; typedef
228 void thread_become_idle(void) __NO_RETURN;
230 void thread_secondary_cpu_entry(void) __NO_RETURN;
242 void thread_exit(int retcode) __NO_RETURN;
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Darm64.h57 uint32_t mdscr) __NO_RETURN;
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dmp.h125 void x86_ipi_halt_handler(void*) __NO_RETURN;
/fuchsia/zircon/system/ulib/unittest/
H A Dwatchdog.cpp115 static __NO_RETURN void watchdog_signal_timeout(const char* name) {
/fuchsia/zircon/system/ulib/test-utils/include/test-utils/
H A Dtest-utils.h36 void tu_fatal(const char *what, zx_status_t status) __NO_RETURN;
/fuchsia/zircon/system/utest/exception/
H A Dexception.c409 static void __NO_RETURN test_child(void)
1160 static void __NO_RETURN trigger_unsupported(void)
1169 static void __NO_RETURN trigger_general(void)
1177 static void __NO_RETURN trigger_fatal_page_fault(void)
1183 static void __NO_RETURN trigger_undefined_insn(void)
1195 static void __NO_RETURN trigger_sw_bkpt(void)
1205 static void __NO_RETURN trigger_hw_bkpt(void)
1218 static void __NO_RETURN trigger_integer_divide_by_zero(void)
1230 static void __NO_RETURN trigger_sse_divide_by_zero(void)
1255 static void __NO_RETURN trigger_x87_divide_by_zer
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Darch.cpp167 __NO_SAFESTACK __NO_RETURN void x86_secondary_entry(volatile int* aps_still_booting,
H A Dfaults.cpp83 __NO_RETURN static void exception_die(x86_iframe_t* frame, const char* msg) {
215 __NO_RETURN static void x86_fatal_pfe_handler(x86_iframe_t* frame, ulong cr2) {
H A Dmp.cpp263 __NO_RETURN int arch_idle_thread_routine(void*) {
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h24 #define __NO_RETURN __attribute__((__noreturn__)) macro
/fuchsia/zircon/system/uapp/psutils/
H A Dvmos.cpp156 __NO_RETURN void usage(const char* argv0) {
H A Dvmaps.c183 __NO_RETURN void usage(const char* argv0) {
/fuchsia/zircon/kernel/arch/arm64/
H A Darch.cpp218 __NO_RETURN int arch_idle_thread_routine(void*) {
/fuchsia/zircon/kernel/object/include/object/
H A Dthread_dispatcher.h127 void Exit() __NO_RETURN; member in class:final
H A Dprocess_dispatcher.h195 void Exit(int64_t retcode) __NO_RETURN; member in class:final
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dx86.h59 uintptr_t pc, uint64_t rflags) __NO_RETURN;
/fuchsia/zircon/kernel/kernel/
H A Dmp.cpp223 static void mp_unplug_trampoline(void) TA_REQ(thread_lock) __NO_RETURN;
H A Dthread.cpp75 static void thread_exit_locked(thread_t* current_thread, int retcode) __NO_RETURN;
93 static void initial_thread_func(void) TA_REQ(thread_lock) __NO_RETURN;
473 __NO_RETURN static void thread_exit_locked(thread_t* current_thread,

Completed in 130 milliseconds

12