Searched defs:INTERRUPTION (Results 1 - 1 of 1) sorted by relevance

/external/eigen/bench/btl/generic_bench/utils/
H A Dutilities.h60 # define INTERRUPTION(code) HERE ; cerr << "INTERRUPTION return code= " << code << endl ; exit(code) ; macro
63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
77 # define INTERRUPTION(code) macro

Completed in 473 milliseconds