aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygthread.h
AgeCommit message (Expand)AuthorFilesLines
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor1-0/+2
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor1-1/+1
2003-06-02* cygthread.h (cygthread::terminate_thread): Mark private.Christopher Faylor1-1/+1
2003-04-10* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor1-1/+1
2003-04-04* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor1-1/+1
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-1/+1
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor1-1/+3
2002-10-22* cygthread.cc (cygthread::exiting): New variable.Christopher Faylor1-4/+2
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor1-0/+1
2002-10-09* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor1-0/+7
2002-09-29* cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor1-1/+2
2002-08-29* cygthread.cc (hthreads): Remove unneeded global.Christopher Faylor1-0/+5
2002-08-06* cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor1-0/+2
2002-08-02* cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor1-0/+1
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-0/+30