Changes between Initial Version and Version 1 of Ticket #6217


Ignore:
Timestamp:
Mar 11, 2012, 7:46:14 PM (11 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6217

    • Property Type TasksFeature Requests
    • Property Summary Make uniform Boost.Thread and Boost.Interprocess synchronization interfaceEnhace Boost.Thread shared mutex interface following Howard Hinnant proposal
  • Ticket #6217 – Description

    initial v1  
    11
    2 Currently there are some differences between Boost.Thread and Boost.Interprocess concerning the synchronization interfaces.
     2Currently there are some differences between Boost.Thread and Boost.Interprocess concerning the shared synchronization interfaces.
    33
    44The 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
    55[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.