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