Changes between Initial Version and Version 3 of Ticket #2637
- Timestamp:
- Mar 12, 2012, 10:42:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2637
- Property Status new → assigned
- Property Severity Problem → Optimization
- Property Component None → thread
- Property Summary shared mutex lock → Request for shared_mutex duration timed_lock and timed_lock_shared
- Property Owner set to
- Property Type Bugs → Feature Requests
-
Ticket #2637 – Description
initial v3 1 The folowing should be added 1 The following should be added 2 3 {{{ 2 4 template<typename TimeDuration> 3 5 bool shared_mutex::timed_lock_shared(TimeDuration const & relative_time); 4 6 template<typename TimeDuration> 5 7 bool shared_mutex::timed_lock(TimeDuration const & relative_time); 8 }}} 9