aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.cc
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-01* thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff1-20/+4
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-60/+35
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-11-25more white spaceChristopher Faylor1-5/+5
2003-11-25more white spaceChristopher Faylor1-2/+3
2003-11-25more white spaceChristopher Faylor1-4/+3
2003-11-25more white spaceChristopher Faylor1-1/+1
2003-11-25* thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor1-17/+3
2003-11-11* thread.cc (pthread::exit): Cleanup on thread exit.Thomas Pfaff1-0/+3
2003-11-10* thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff1-0/+1
2003-10-31* thread.cc (pthread::thread_init_wrapper): Initialize exception handling.Thomas Pfaff1-0/+8
2003-10-31Rename pthread::running to pthread::valid throughout.Thomas Pfaff1-6/+21
2003-10-27 * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen1-16/+185
2003-10-24Rename native_mutex to fast_mutex throughout.Thomas Pfaff1-60/+33
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+5