Home
last modified time | relevance | path

Searched refs:os_abort (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.h70 # define os_abort() do { os_break(); abort(); } while(0) macro
72 # define os_abort() abort()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.c109 os_abort(); in debug_serial()
Du_debug.c321 os_abort(); in _debug_assert_fail()
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4992 {"abort", (PyCFunction)os_abort, METH_NOARGS, os_abort__doc__},
4998 os_abort(PyObject *module, PyObject *Py_UNUSED(ignored)) in os_abort() function