]> sourceware.org Git - newlib-cygwin.git/commit
* cygthread.cc (cygthread::async_create): Define new function.
authorChristopher Faylor <me@cgf.cx>
Sat, 30 Jul 2011 20:50:23 +0000 (20:50 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 30 Jul 2011 20:50:23 +0000 (20:50 +0000)
commit53ad6f1394aa625e4b75a29e010651e22770e367
tree55b4385d09ada46d2b4966c726f946c444544504
parentf7e198a665edf1b4d553be353999b4e1b7075c3a
* cygthread.cc (cygthread::async_create): Define new function.
* cygthread.h (cygthread::create): Use correct regparm.
(cygthread::standalone): Delete from class and from all constructors.
(cygthread::cygthread): Use three only arguments for detached threads, and
start the thread via QueueUserAPC/async_create.
* dcrt0.cc (dll_crt0_0): Remove handling for wincap.has_buggy_thread_startup.
(dll_crt0_1): Ditto.
* wincap.cc: Ditto throughout.
* wincap.h: Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/cygthread.h
winsup/cygwin/dcrt0.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.033741 seconds and 5 git commands to generate.