HomeSort by relevance Sort by last modified time
    Searched defs:IS_DISPATCHING (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/crash_reporting/
veh_test.h 32 #define IS_DISPATCHING(Flag) (((Flag) & EXCEPTION_UNWIND) == 0)
vectored_handler-impl.h 38 #define IS_DISPATCHING(Flag) (((Flag) & EXCEPTION_UNWIND) == 0)
95 if (IS_DISPATCHING(exceptionFlags)) {

Completed in 27 milliseconds