Opened 7 years ago
Closed 5 years ago
#11903 closed Support Requests (obsolete)
POSIX API calls only 'verified' in thread_specific_ptr implementation
Reported by: | anonymous | Owned by: | viboes |
---|---|---|---|
Milestone: | To Be Determined | Component: | thread |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Boost.Thread only asserts/'verifies' that calls to pthread_key_create() and pthread_setspecific() succeed (even though they may fail with ENOMEM).
Change History (4)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Version: | Boost 1.61.0 → Boost 1.60.0 |
comment:3 by , 7 years ago
Type: | Bugs → Support Requests |
---|
Moved to support until we have something more specific.
comment:4 by , 5 years ago
Resolution: | → obsolete |
---|---|
Status: | assigned → closed |
Closed as there is no follow up.
Note:
See TracTickets
for help on using tickets.
What is the behavior you would expect?