aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.cc
AgeCommit message (Expand)AuthorFilesLines
2006-05-27* thread.cc (verifyable_object_isvalid): Check for NULL specifically.Christopher Faylor1-4/+6
2006-03-22 * thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.Corinna Vinschen1-55/+27
2006-03-22 * thread.cc (pthread_cond::init): Disable validity test of objectCorinna Vinschen1-6/+12
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor1-2/+1
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor1-1/+3
2005-09-06 * thread.h: Revert patch from 2005-09-05.Corinna Vinschen1-4/+5
2005-08-12white spaceChristopher Faylor1-1/+1
2005-08-05 * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen1-5/+9
2005-08-05 * thread.cc (pthread_cond_timedwait): Check abstime for validityCorinna Vinschen1-4/+16
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-9/+9
2005-07-05ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.Christopher Faylor1-3/+4
2005-07-03* thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor1-209/+206
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-4/+4
2005-06-30revert erroneous checkinChristopher Faylor1-4/+4
2005-06-29* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor1-4/+4
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor1-19/+17
2005-06-09* cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor1-2/+1
2005-06-09* thread.cc (pthread_mutex::_lock): Use cancelable_wait rather thanChristopher Faylor1-1/+1
2005-06-09* thread.cc (cancelable_wait): No-op change to make sure that res is always aChristopher Faylor1-3/+2
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor1-40/+45
2005-05-29* thread.h (pthread_key::set): Inline.Christopher Faylor1-17/+0
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-29* cygthread.cc (new): Add a little more debugging.Christopher Faylor1-0/+1
2004-09-07* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor1-0/+2
2004-06-27* thread.cc (__cygwin_lock_lock): Don't bother locking when there is only oneChristopher Faylor1-2/+14
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor1-3/+2
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-17/+17
2004-05-17 * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen1-2/+2
2004-05-07Christopher Faylor <cgf@timesys.com>Christopher Faylor1-13/+24
2004-04-13* thread.cc (pthread::thread_init_wrapper): Wait later to get more parallelChristopher Faylor1-1/+1
2004-04-13* thread.cc (pthread::create): Use thread mutex to control synchronizationChristopher Faylor1-4/+8
2004-04-10* thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor1-15/+19
2004-03-30* thread.h (pthread::init_mainthread): Add parameter forked. Set forkedChristopher Faylor1-5/+10
2004-03-29* thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork atChristopher Faylor1-2/+2
2004-03-26* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor1-0/+47
2004-03-04* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff1-78/+68
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor1-18/+25
2004-02-24 * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen1-24/+47
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+1
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-1/+6
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-4/+1
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-135/+6
2003-12-15* thread.cc (pthread::init_main_thread): Make sure that the main thread hasChristopher Faylor1-3/+4
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor1-11/+5
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor1-9/+16
2003-12-08* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.Christopher Faylor1-9/+0
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor1-1/+5
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor1-8/+12