Searched refs:mAnnotationThread (Results 1 – 2 of 2) sorted by relevance
70 return mUserDefinedAnnotation != nullptr && std::this_thread::get_id() == mAnnotationThread; in loggingEnabledForThisThread()84 mAnnotationThread = std::this_thread::get_id(); in initialize()
44 std::thread::id mAnnotationThread; variable