Home
last modified time | relevance | path

Searched refs:g_abort (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dglib-compat-private.h34 #define g_memdup2(ptr,sz) ((G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),…
/third_party/glib/glib/
Dgutils.h434 # define g_abort() abort () macro
437 G_NORETURN void g_abort (void) G_ANALYZER_NORETURN;
Dgthread-posix.c92 g_abort (); in g_thread_abort()
1485 g_abort (); in g_mutex_clear()
1511 g_abort (); in g_mutex_unlock_slowpath()
Dgiowin32.c803 g_abort (); in g_io_win32_prepare()
950 g_abort (); in g_io_win32_check()
1015 g_abort (); in g_io_win32_finalize()
1309 g_abort (); in g_io_win32_fd_seek()
1706 g_abort (); in g_io_channel_new_file()
1753 g_abort (); in g_io_channel_new_file()
2216 g_abort (); in g_io_channel_win32_make_pollfd()
Dgbacktrace.c299 g_abort (); in g_on_error_stack_trace()
Dgthread-win32.c61 g_abort (); in g_thread_abort()
Dgtestutils.c1052 g_abort (); in g_test_log()
3065 g_abort (); in g_assertion_message()
3101 g_abort (); in g_assertion_message_expr()
Dgtester.c98 g_abort(); in terminate()
Dgmessages.c558 g_abort (); in _g_log_abort()
2945 g_abort (); in g_assert_warning()
Dgutils.c3112 g_abort (void) in g_abort() function
/third_party/gstreamer/gstplugins_good/
Dmeson.build493 …_memdup2(ptr,sz)', '(G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),NULL)')
/third_party/gstreamer/gstplugins_base/
Dmeson.build534 …_memdup2(ptr,sz)', '(G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),NULL)')
/third_party/gstreamer/gstplugins_bad/
Dmeson.build560 …_memdup2(ptr,sz)', '(G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),NULL)')
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2208 g_abort
/third_party/glib/
DNEWS2658 793555 -Wimplicit-function-declaration when using g_abort()
3674 665446 Use g_abort() instead of abort()