Re: [Boost-bugs] [Boost C++ Libraries] #12486: system_error_code for thread safe

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12486: system_error_code for thread safe
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-11-11 21:19:56


#12486: system_error_code for thread safe
-------------------------------+--------------------------
  Reporter: lzwyg <lzwyg@…> | Owner: igaztanaga
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+--------------------------
Changes (by igaztanaga):

 * status: new => closed
 * resolution: => invalid

Comment:

 get_last_error is a wrapper for errno in Unix systems. POSIX requires that
 errno be threadsafe so there is an errno value for each thread using
 thread specific data, no other thread can overwrite the last error for
 this thread.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12486#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC