Searched refs:abort (Results 1 - 25 of 41) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A Dabort.c5 _Noreturn void abort(void) { function
H A Dassert.c8 abort();
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dassert.h11 abort(); \
22 abort(); \
33 abort(); \
H A Dctl_externs.h24 abort(); \
32 abort(); \
41 abort(); \
H A Dtsd_types.h286 abort(); \
322 abort(); \
339 abort(); \
371 abort(); \
439 abort(); \
453 abort(); \
475 abort(); \
504 abort(); \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
H A Dinternal.h74 abort();
79 abort();
84 abort();
89 abort();
94 abort();
100 abort();
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/rand_extra/
H A Dforkunsafe.c32 abort();
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dinternal.h64 #define __sync_bool_compare_and_swap(A, B, C) (abort(), 1)
65 #define __sync_lock_test_and_set(A, B) (abort(), 0)
66 #define __sync_lock_release(A) abort()
102 #define backtrace_atomic_load_pointer(p) (abort(), (void *) NULL)
103 #define backtrace_atomic_load_int(p) (abort(), 0)
104 #define backtrace_atomic_store_pointer(p, v) abort()
105 #define backtrace_atomic_store_size_t(p, v) abort()
106 #define backtrace_atomic_store_int(p, v) abort()
H A Dfileline.c103 abort ();
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dwitness.c28 abort();
45 abort();
62 abort();
85 abort();
H A Dpages.c66 abort();
77 abort();
189 abort();
398 abort();
401 abort();
405 abort();
H A Dmutex.c44 abort();
134 abort();
H A Dutil.c8 abort(); \
15 abort(); \
23 abort(); \
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsystem.h90 abort();
H A Derror.c82 abort();
H A Dmemalloc.c153 abort();
H A Dshow.c165 abort();
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdlib.h38 void abort(void) __attribute__((noreturn));
/fuchsia/zircon/system/public/zircon/
H A Dassert.h27 #include <stdlib.h> // for abort
34 abort(); \
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/
H A Drand.c36 // entropy source fails, it's up to |CRYPTO_sysrand| to abort the process���we
196 // generator test��� which causes the program to randomly abort. Hopefully the
280 abort();
310 // kernel, syscalls made with |syscall| did not abort the transaction.
314 abort();
332 abort();
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h38 _Noreturn void abort(void);
/fuchsia/zircon/system/ulib/fit/include/lib/fit/
H A Dfunction_internal.h34 abort();
280 abort();
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c144 abort();
150 abort();
174 abort();
178 abort();
181 abort();
184 abort();
188 abort();
/fuchsia/zircon/system/host/fidl/lib/
H A Dc_generator.cpp587 abort();
810 abort();
1310 abort();
1333 abort();
1378 abort();
1404 abort();
1443 abort();
1480 abort();
/fuchsia/zircon/system/ulib/syslog/
H A Dfx_logger.cpp211 abort();

Completed in 132 milliseconds

12