summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/oc/sp_oc_synchronized.m
blob: e4de748bc47a185367e14a381c30f1856f40a0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
- (void) unobserveAllKeyPaths {
@synchronized(self){
}
}
#if 1
#define SYNCHRONIZED_BEGIN(x) @synchronized(x) {
#define SYNCHRONIZED_END }
#else
#define SYNCHRONIZED_BEGIN(x)
#define SYNCHRONIZED_END
#endif