Searched defs:MutexUnion (Results 1 – 2 of 2) sorted by relevance
8 union __attribute__((capability("mutex"))) MutexUnion { int a; char* b; }; union
6000 union LOCKABLE MutexUnion { global() union