Opened 8 years ago

Closed 8 years ago

#10230 closed Bugs (fixed)

No Sleep in interprocess::winapi

Reported by: Minmin Gong <gongminmin@…> Owned by: Ion Gaztañaga
Milestone: Boost 1.56.0 Component: interprocess
Version: Boost 1.56.0 Severity: Problem
Keywords: Cc:

Description

In interprocess\detail\os_thread_functions.hpp, thread_sleep calls winapi::Sleep. However, when BOOST_USE_WINDOWS_H is on, there is no Sleep in winapi namespace, but inline void sleep(unsigned long ms).

Change History (1)

comment:1 by Ion Gaztañaga, 8 years ago

Resolution: fixed
Status: newclosed

Thanks for the report. Fixed in develop branch:

[develop dfed5bb] Fixes #10230: No Sleep in interprocess::winapi

1 file changed, 1 insertion(+), 1 deletion(-)

Success (8580 ms @ 28/07/2014 0:09:55)

Note: See TracTickets for help on using tickets.