]> sourceware.org Git - newlib-cygwin.git/commit
* spinlock.h: New file.
authorChristopher Faylor <me@cgf.cx>
Sat, 13 Mar 2010 19:34:35 +0000 (19:34 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 13 Mar 2010 19:34:35 +0000 (19:34 +0000)
commitf8af64be8716333f179a1d240ef42fab5188b607
tree75eb82c89d02e0c32f69359dc558c076c7de1137
parent084ea5108e86738a09288268b186541b0c23920a
* spinlock.h: New file.
(spinlock): New class.
* shared.cc: Include spinlock.h.
(memory_init): Use new spinlock methods rather than roll-your-own.  Time out
after ten seconds if shared_mem_inited is not initialized.
* sync.h: Update copyright.  Remove vanity attribution.
* sigproc.cc (sigproc_terminate): Avoid attempts to kill the signal thread
while we're still initializing or suffer a deadlock.
winsup/cygwin/ChangeLog
winsup/cygwin/shared.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/spinlock.h [new file with mode: 0644]
winsup/cygwin/sync.h
This page took 0.031004 seconds and 5 git commands to generate.