Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h160 void FlushBuffer(Thread* thread, bool is_sync, bool free_buffer)
Dtrace.cc1621 void TraceWriter::FlushBuffer(Thread* thread, bool is_sync, bool release) { in FlushBuffer() argument
1627 if (is_sync || thread_pool_ == nullptr) { in FlushBuffer()