Differences From Artifact [86ffe1de89]:
- File
src/threading_winapi.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: 3906) [annotate] [blame] [check-ins using]
To Artifact [eefc937c4b]:
- File src/threading_winapi.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: 3901) [annotate] [blame] [check-ins using]
| ︙ | |||
157 158 159 160 161 162 163 | 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | - - - + |
{
return SetEvent(condition->event);
}
bool
of_condition_broadcast(of_condition_t *condition)
{
|
| ︙ |