Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/include/marl/
Dtrace.h65 class ScopedAsyncEvent {
67 inline ScopedAsyncEvent(uint32_t id, const char* fmt, ...);
68 inline ~ScopedAsyncEvent();
192 Trace::ScopedAsyncEvent::ScopedAsyncEvent(uint32_t id, const char* fmt, ...) in ScopedAsyncEvent() function
206 Trace::ScopedAsyncEvent::~ScopedAsyncEvent() { in ~ScopedAsyncEvent()
231 marl::Trace::ScopedAsyncEvent MARL_CONCAT(defer_, __LINE__)(id, __VA_ARGS__);