summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygthread.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-271-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-10/+10
* * cygthread.cc (cygthread::terminate_thread): Only try to freeCorinna Vinschen2013-03-291-10/+13
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor2012-09-141-6/+0
* Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor2012-07-231-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-1/+1
* Revert errneous checkin.Christopher Faylor2012-06-191-3/+20
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-20/+3
* Clean up whitespace.Christopher Faylor2011-12-171-1/+0
* missed this in previous checkinChristopher Faylor2011-11-241-2/+5
* * tty.cc (grantpt): Check for valid fd.Christopher Faylor2011-09-211-1/+1
* * cygthread.cc (cygthread::simplestub): Notify that the thread has detachedChristopher Faylor2011-08-251-0/+4
* * cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor2011-07-301-0/+11
* * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen2011-04-291-2/+3
* * cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor2010-09-011-4/+4
* * cygthread.cc: Update copyright.Christopher Faylor2010-08-201-2/+2
* * cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.Christopher Faylor2010-07-301-4/+3
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-5/+5
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor2006-06-031-1/+1
* * cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.Christopher Faylor2006-03-011-5/+10
* * cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event so thatChristopher Faylor2006-03-011-8/+3
* * cygthread.cc (cygthread::release): Add a comment.Christopher Faylor2006-02-281-0/+1
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-15/+50
* * cygthread.cc (cygthread::operator new): Just use getenv() to look forChristopher Faylor2005-09-211-4/+3
* * cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor2005-09-121-1/+1
* * cygthread.cc (cygthread::simplestub): Wait for h to be filled out by mainChristopher Faylor2005-07-291-0/+3
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-7/+7
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-1/+1
* * cygthread.cc (cygthread::detach): Improve diagnostics for what should be anChristopher Faylor2005-06-091-1/+14
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-1/+1
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-181-3/+2
* * cygthread.cc (cygthread::detach): Revert to just waiting for thred eventChristopher Faylor2005-03-281-1/+1
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-5/+10
* * cygthread.cc (cygthread::detach): Use a slightly higher priority when waitingChristopher Faylor2005-03-031-1/+1
* white spaceChristopher Faylor2005-02-131-2/+2
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-42/+127
* * cygthread.cc (cygthread::detach): Just test thread handle afterCorinna Vinschen2005-02-081-1/+1
* * cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor2005-02-061-14/+22
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-5/+3
* * cygthread.cc (new): Add a little more debugging.Christopher Faylor2005-01-291-1/+1
* Update copyrights.Christopher Faylor2005-01-031-1/+1
* * cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor2005-01-021-15/+8
* * cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor2004-12-281-6/+10
* * cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdefChristopher Faylor2004-12-231-0/+4
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-6/+20