]> sourceware.org Git - newlib-cygwin.git/commit
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
authorChristopher Faylor <me@cgf.cx>
Thu, 10 Apr 2003 05:27:34 +0000 (05:27 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 10 Apr 2003 05:27:34 +0000 (05:27 +0000)
commite5d6d5359038c83580f8a239d7cf2b9c3a85559d
treee02b6825f92cec4e3c10c0677dabf93d1bd423d6
parent57efd527df09df6b82734afb33861a1d4ddab3cd
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
* cygthread.cc: Ditto.
(cygthread::stub): Don't initialize already initialized events.
(cygthread::freerange): Don't create thread here.
(cygthread::cygthread): Create thread here.  Die if thread not created.
(cygthread::operator new): Simplify.  Just grab a thread structure from the
pool.  Don't try to start the thread.
(cygthread::terminate_thread): Don't close event handles.  Just reuse them.
Call MEM_RELEASE rather than MEM_DECOMMIT (from Joe Buehler).
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/cygthread.h
winsup/cygwin/pwdgrp.h
This page took 0.028699 seconds and 5 git commands to generate.