2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-29 08:02:12 +00:00

Merged from RC_1_28_0 branch

[SVN r13905]
This commit is contained in:
William E. Kempf
2002-05-15 14:35:39 +00:00
parent 7ba4fc4aed
commit a80d5f159d
6 changed files with 28 additions and 28 deletions

View File

@@ -244,7 +244,7 @@ void condition::do_wait()
bool condition::do_timed_wait(const xtime& xt)
{
unsigned milliseconds;
int milliseconds;
to_duration(xt, milliseconds);
unsigned int res = 0;
@@ -571,7 +571,7 @@ void condition::do_wait()
bool condition::do_timed_wait(const xtime& xt)
{
unsigned milliseconds;
int milliseconds;
to_duration(xt, milliseconds);
OSStatus lStatus = noErr;