Searched defs:toMonitor (Results 1 – 1 of 1) sorted by relevance
40 #define WATCH(toMonitor) watchThread([&]() { return toMonitor;}, gettid()) argument41 #define WATCH_CUSTOM_TIMER(toMonitor, cycles, cycleLength) \ argument