summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygthread.h
Commit message (Expand)AuthorAgeFilesLines
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-1/+1
* * cygthread.h (cygthread::terminate_thread): Mark private.Christopher Faylor2003-06-021-1/+1
* * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor2003-04-101-1/+1
* * cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor2003-04-041-1/+1
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-1/+1
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-111-1/+3
* * cygthread.cc (cygthread::exiting): New variable.Christopher Faylor2002-10-221-4/+2
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-0/+1
* * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor2002-10-091-0/+7
* * cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor2002-09-291-1/+2
* * cygthread.cc (hthreads): Remove unneeded global.Christopher Faylor2002-08-291-0/+5
* * cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor2002-08-061-0/+2
* * cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor2002-08-021-0/+1
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-0/+30