brintos

brintos / llvm-project-archived public Read only

0
0
Text · 150 B · 879c038 Raw
5 lines · c
1struct __attribute__((lockable)) mutex {2  void lock() __attribute__((exclusive_lock_function));3  void unlock() __attribute__((unlock_function));4};5