aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygthread.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-83/+0
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-3/+3
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2016-06-25Remove leftover useless copyright hintsCorinna Vinschen1-3/+0
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-4/+4
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor1-1/+1
2011-10-20 * syscalls.cc (try_to_bin): Improve debug output.Corinna Vinschen1-2/+2
2011-07-30* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor1-16/+10
2010-09-19* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor1-0/+1
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor1-2/+4
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor1-3/+18
2010-07-30* cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.Christopher Faylor1-2/+19
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor1-1/+3
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+2
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor1-1/+1
2005-01-03Update copyrights.Christopher Faylor1-1/+1
2005-01-02* cygthread.cc (cygthread::stub): Set inuse to false when exiting.Christopher Faylor1-1/+0
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor1-0/+1
2004-12-22* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failingChristopher Faylor1-1/+5
2004-12-22* cygthread.h (cygthread::release): Just declare here.Christopher Faylor1-1/+1
2004-12-05* cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor1-1/+1
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-0/+5
2004-05-16* cygthread.cc (cygthread::is): Eliminate.Christopher Faylor1-1/+0
2004-05-15revert previous not-ready-for-primetime checkin.Christopher Faylor1-1/+0
2004-05-15* cygheap.h: Remove some parameter names from declarations throughout.Christopher Faylor1-0/+1
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-4/+1
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor1-1/+1
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