Searched refs:EXCLUSIVE_UNLOCK_FUNCTION (Results 1 – 1 of 1) sorted by relevance
21 #define EXCLUSIVE_UNLOCK_FUNCTION(...) __attribute__((release_capability(__VA_ARGS__))) macro5070 void test1() EXCLUSIVE_UNLOCK_FUNCTION(mu) { in test1()