Changes between Initial Version and Version 1 of Ticket #6217
- Timestamp:
- Mar 11, 2012, 7:46:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6217
- Property Type Tasks → Feature Requests
- Property Summary Make uniform Boost.Thread and Boost.Interprocess synchronization interface → Enhace Boost.Thread shared mutex interface following Howard Hinnant proposal
-
Ticket #6217 – Description
initial v1 1 1 2 Currently there are some differences between Boost.Thread and Boost.Interprocess concerning the s ynchronization interfaces.2 Currently there are some differences between Boost.Thread and Boost.Interprocess concerning the shared synchronization interfaces. 3 3 4 4 The following references could be taken as a base to choose the final names [http://home.roadrunner.com/~hinnant/bloomington/shared_mutex.html Shared locking in C++ - Howard Hinnant proposal draft] and 5 5 [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2094.html N2094 Multithreading API for C++0X - A Layered Approach]. 6 7 This is surely a big task that could be split in smaller tasks or feature requests. E.g. we could have two non-shared and shared synchronization.