Home
last modified time | relevance | path

Searched refs:TSEVENT2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dtslog.h47 #define TSEVENT2(x, y) TSRAW(curthread, TS_EVENT, x, y) macro
48 #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);