Searched defs:HALT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFInternal.h145 #define HALT do {asm __volatile__("int3"); kill(getpid(), 9); __builtin_unreachable(); } while (0) macro
147 #define HALT do { DebugBreak(); abort(); __builtin_unreachable(); } while (0) macro

Completed in 88 milliseconds