Opened 8 years ago
Closed 8 years ago
#10230 closed Bugs (fixed)
No Sleep in interprocess::winapi
Reported by: | 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).
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in develop branch:
[develop dfed5bb] Fixes #10230: No Sleep in interprocess::winapi
Success (8580 ms @ 28/07/2014 0:09:55)