Home
last modified time | relevance | path

Searched defs:GUARDED_BY (Results 1 – 3 of 3) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.h120 std::atomic<bool> mAutosuspendEnabled GUARDED_BY(mAutosuspendLock){false}; in GUARDED_BY() function
121 std::atomic<bool> mAutosuspendThreadCreated GUARDED_BY(mAutosuspendLock){false}; in GUARDED_BY() function
/system/libbase/include/android-base/
Dthread_annotations.h32 #define GUARDED_BY(x) \ macro
/system/core/libutils/include/utils/
DMutex.h43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro