Searched refs:TSEVENT2 (Results 1 – 1 of 1) sorted by relevance
47 #define TSEVENT2(x, y) TSRAW(curthread, TS_EVENT, x, y) macro48 #define TSLINE() TSEVENT2(__FILE__, __XSTRING(__LINE__))49 #define TSWAIT(x) TSEVENT2("WAIT", x);50 #define TSUNWAIT(x) TSEVENT2("UNWAIT", x);51 #define TSHOLD(x) TSEVENT2("HOLD", x);52 #define TSRELEASE(x) TSEVENT2("RELEASE", x);