xref: /aosp_15_r20/external/clang/test/Modules/Inputs/thread-safety/a.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 struct __attribute__((lockable)) mutex {
2   void lock() __attribute__((exclusive_lock_function));
3   void unlock() __attribute__((unlock_function));
4 };
5