Changes between Initial Version and Version 3 of Ticket #2637


Ignore:
Timestamp:
Mar 12, 2012, 10:42:42 PM (11 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2637

    • Property Status newassigned
    • Property Severity ProblemOptimization
    • Property Component Nonethread
    • Property Summary shared mutex lockRequest for shared_mutex duration timed_lock and timed_lock_shared
    • Property Owner set to viboes
    • Property Type BugsFeature Requests
  • Ticket #2637 – Description

    initial v3  
    1 The folowing should be added
     1The following should be added
     2
     3{{{
    24    template<typename TimeDuration>
    35    bool shared_mutex::timed_lock_shared(TimeDuration const & relative_time);
    46    template<typename TimeDuration>
    57    bool shared_mutex::timed_lock(TimeDuration const & relative_time);
     8}}}
     9