Home
last modified time | relevance | path

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

/external/pigweed/pw_sync/public/pw_sync/
Dlock_annotations.h177 #define PW_LOCKABLE(name) __attribute__((capability(name))) macro
179 #define PW_LOCKABLE(name) __attribute__((lockable)) macro
181 #define PW_LOCKABLE(name) macro