HomeSort by relevance Sort by last modified time
    Searched full:os_break (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.h 56 # define os_break() __asm("int3") macro
58 # define os_break() __debugbreak() macro
60 # define os_break() kill(getpid(), SIGTRAP) macro
62 # define os_break() abort() macro
70 # define os_abort() do { os_break(); abort(); } while(0)
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 144 os_break();
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 157 #define debug_break() os_break()

Completed in 204 milliseconds