OSDN Git Service

* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.
authorcgf <cgf>
Tue, 8 Mar 2005 05:05:01 +0000 (05:05 +0000)
committercgf <cgf>
Tue, 8 Mar 2005 05:05:01 +0000 (05:05 +0000)
commitb62191335d4b401e822247d151e0dcdf26237bbc
treeef2db34770269e77d489843a6eb2dd8c4a454fbb
parentb883f03c1796393d53b6137bd79decf888811585
* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.
* sync.h (locker): New, currently unused class.
(muto::init): Eliminate.
* sync.cc (muto::init): Ditto.
(muto::init): Eliminate critical section lock and instead use name as a guard
to prevent against multiple attempts to initialize the same muto.
* pinfo.cc (pinfo::init): Set myself procinfo when not execing and pid matches
windows pid or cygwin pid.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/pinfo.cc
winsup/cygwin/sync.cc
winsup/cygwin/sync.h