Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DRecordReadThread.cpp253 has_data_notification_ = false; in RegisterDataCallback()
314 if (has_data_notification_) { in GetRecord()
317 has_data_notification_ = false; in GetRecord()
620 if (!has_data_notification_.load(std::memory_order_relaxed)) { in SendDataNotificationToMainThread()
621 has_data_notification_ = true; in SendDataNotificationToMainThread()
H A DRecordReadThread.h205 std::atomic_bool has_data_notification_; variable