Opened 14 years ago
Last modified 10 years ago
#2637 closed Feature Requests
Request for shared_mutex duration timed_lock and timed_lock_shared — at Version 3
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | thread |
Version: | Boost 1.37.0 | Severity: | Optimization |
Keywords: | shared mutex duration | Cc: |
Description (last modified by )
The following should be added
template<typename TimeDuration> bool shared_mutex::timed_lock_shared(TimeDuration const & relative_time); template<typename TimeDuration> bool shared_mutex::timed_lock(TimeDuration const & relative_time);
Change History (3)
comment:1 by , 14 years ago
Component: | None → thread |
---|---|
Owner: | set to |
Severity: | Problem → Optimization |
Type: | Bugs → Feature Requests |
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
Description: | modified (diff) |
---|---|
Summary: | shared mutex lock → Request for shared_mutex duration timed_lock and timed_lock_shared |
Note:
See TracTickets
for help on using tickets.