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