Opened 13 years ago
Closed 13 years ago
#3205 closed Bugs (fixed)
Documentation errors
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | interprocess |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Documentation, synchronization | Cc: |
Description
In this document http://www.boost.org/doc/libs/1_35_0/doc/html/interprocess/synchronization_mechanisms.html titled 'Synchronization mechanisms', the first line of explanation for topic 'A mutex can also be recursive or non-recursive:' is incorrect. Recursive mutexes can be locked several "types" = "times" by the same thread. To fully unlock the mutex, the thread has "two" = "to" unlock the mutex the same times it has locked it. I have not fully read the document and I think the documents need further proofreading.
Change History (3)
comment:1 by , 13 years ago
Component: | thread → interprocess |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed for Boost 1.40