aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor1-2/+9
2005-06-09Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor1-5/+13
2005-06-01* thread.h (List_remove): Revert most of 2005-05-30 change.Christopher Faylor1-3/+1
2005-05-30* thread.h (List_remove): Make node parameter const. Use simple comparison andChristopher Faylor1-2/+4
2005-05-29* thread.h (pthread_key::set): Inline.Christopher Faylor1-3/+3
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-4/+4
2004-04-10* thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor1-2/+2
2004-03-30* thread.h (pthread::init_mainthread): Add parameter forked. Set forkedChristopher Faylor1-1/+1
2004-03-04* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff1-3/+6
2004-02-24 * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen1-2/+3
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-2/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
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-114/+3
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor1-2/+1
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor1-0/+1
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor1-1/+2
2003-12-02white spaceChristopher Faylor1-14/+14
2003-12-01* thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff1-15/+15
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-24/+24
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+2
2003-10-31Rename pthread::running to pthread::valid throughout.Thomas Pfaff1-1/+14
2003-10-27* thread.h (fast_mutex::init): Initialize lock_counter.Thomas Pfaff1-0/+1
2003-10-27 * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen1-1/+9
2003-10-24Rename native_mutex to fast_mutex throughout.Thomas Pfaff1-38/+112
2003-09-20* thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor1-0/+1
2003-06-24* thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff1-1/+11
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-05-15* thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff1-2/+2
2003-04-17* thread.h (pthread::equal): New static method.Thomas Pfaff1-0/+5
2003-04-15Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff1-0/+12
2003-03-27* thread.h: Change class names, methods, members and local varsThomas Pfaff1-118/+119
2003-03-23* thread.h (class List): Move inline code inside classThomas Pfaff1-79/+96
2003-03-18* pthread.cc (pthread_attr_init): RemoveThomas Pfaff1-91/+0
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff1-1/+78
2003-03-18* thread.h (pthread_cond::ExitingWait): Remove.Thomas Pfaff1-9/+13
2003-03-18* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff1-9/+48
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2003-01-09Apply pthread_cancel_patchThomas Pfaff1-0/+4
2003-01-09Applied pthread_mutex patchThomas Pfaff1-1/+9
2003-01-09Applied cond_init patchThomas Pfaff1-16/+24
2002-12-12whitespaceChristopher Faylor1-1/+0
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-12/+16
2002-10-172002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+1
2002-09-302002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+9
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor1-4/+4
2002-09-292002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+5
2002-09-29* cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor1-82/+82
2002-09-272002-09-27 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-29/+19