Differences From Artifact [abbca7e630]:
- File
src/OFKernelEventObserver_LockedQueue.m
— part of check-in
[2a27cf3000]
at
2016-01-03 00:41:26
on branch trunk
— Update copyright
While at it, also update the mail address. (user: js, size: 4779) [annotate] [blame] [check-ins using] [more...]
To Artifact [06cbc8baae]:
- File src/OFKernelEventObserver_LockedQueue.m — part of check-in [e0b9167693] at 2016-02-21 15:37:42 on branch trunk — Make use of C99-style for loops (user: js, size: 4783) [annotate] [blame] [check-ins using]
| ︙ | |||
173 174 175 176 177 178 179 | 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | - + - + |
#ifdef OF_HAVE_THREADS
[_mutex lock];
@try {
#endif
int *queueActions = [_queueActions items];
int *queueFDs = [_queueFDs items];
id const *queueObjects = [_queueObjects objects];
|
| ︙ |