Created on 2013-09-27.00:00:00 last changed 89 months ago
Proposed resolution:
This wording is relative to N4527.
Change [thread.mutex.requirements.mutex] as indicated:
[…]
-4- The error conditions for error codes, if any, reported by member functions of the mutex types shall be:
(4.1) — resource_unavailable_try_again — if any native handle type manipulated is not available.
(4.2) — operation_not_permitted — if the thread does not have the privilege to perform the operation.
(4.3) — device_or_resource_busy — if any native handle type manipulated is already locked.[…]
-13- Error conditions:
(13.1) — operation_not_permitted — if the thread does not have the privilege to perform the operation.
(13.2) — resource_deadlock_would_occur — if the implementation detects that a deadlock would occur.
(13.3) — device_or_resource_busy — if the mutex is already locked and blocking is not possible.
Change [thread.sharedmutex.requirements] as indicated:
[…]
-10- Error conditions:
(10.1) — operation_not_permitted — if the thread does not have the privilege to perform the operation.
(10.2) — resource_deadlock_would_occur — if the implementation detects that a deadlock would occur.
(10.3) — device_or_resource_busy — if the mutex is already locked and blocking is not possible.[…]
[ 2015-10 Kona ]
Geoffrey provides new wording.
Previous resolution [SUPERSEDED]:
This wording is relative to N3936.
Change [thread.mutex.requirements.mutex] as indicated:
-13- Error conditions:
operation_not_permitted — if the thread does not have the privilege to perform the operation.
resource_deadlock_would_occur — if the implementation detects that a deadlock would occur.
device_or_resource_busy — if the mutex is already locked and blocking is not possible.
[ 2015-10 pre-Kona ]
SG1 hands this over to LWG for wording review
[ 2015-05 Lenexa, SG1 response ]
We believe we were already done with it. Should be in SG1-OK status.
[ 2015-02 Cologne ]
Handed over to SG1.
[ 2014-06-17 Rapperswil ]
Detlef provides wording
As discussed during the Chicago meeting in SG1 the only reasonable reasons for throwing device_or_resource_busy seem to be:
The thread currently already holds the mutex, the mutex is not recursive, and the implementation detects this. In this case resource_deadlock_would_occur should be thrown.
Priority reasons. At least std::mutex (and possibly all standard mutex types) should not be setup this way, otherwise we have real problems with condition_variable::wait().
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-07-30 20:15:43 | admin | set | status: wp -> c++17 |
2016-06-28 12:47:21 | admin | set | status: ready -> wp |
2016-03-07 04:46:57 | admin | set | status: review -> ready |
2015-10-22 17:39:12 | admin | set | messages: + msg7581 |
2015-10-15 18:54:55 | admin | set | messages: + msg7568 |
2015-10-15 18:54:55 | admin | set | status: open -> review |
2015-05-08 04:23:26 | admin | set | messages: + msg7397 |
2015-04-04 16:45:17 | admin | set | messages: + msg7332 |
2015-04-04 16:45:17 | admin | set | status: new -> open |
2014-06-17 11:57:48 | admin | set | messages: + msg7063 |
2014-06-17 11:57:48 | admin | set | messages: + msg7062 |
2013-09-27 00:00:00 | admin | create |