This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of New status.

3499. Timed lockable and mutex requirements are imprecise about duration and time_point

Section: 33.2.5.4 [thread.req.lockable.timed], 33.6.4.3 [thread.timedmutex.requirements] Status: New Submitter: Tim Song Opened: 2020-11-14 Last modified: 2020-11-21

Priority: 3

View all issues with New status.

Discussion:

The timed lockable and mutex requirements currently use "rel_time denotes an object of an instantiation of duration, and abs_time denotes an object of an instantiation of time_point" to define the variables used to specify the timed lock functions. During LWG review of P2160R0, it was noted that this definition is deficient in two aspects:

[2020-11-21; Reflector prioritization]

Set priority to 3 during reflector discussions.

Proposed resolution: