summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-2/+5
* * thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor2003-09-201-2/+12
* * thread.cc (MTinterface::fixup_after_fork): Remove code which potentiallyChristopher Faylor2003-09-131-4/+0
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-50/+50
* * thread.cc: Remove _MT_SAFE conditional.Christopher Faylor2003-07-021-3/+0
* * thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff2003-06-241-9/+40
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-6/+29
* * thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff2003-06-121-4/+4
* * thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff2003-06-111-10/+13
* * thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff2003-05-151-9/+4
* * thread.h (pthread::equal): New static method.Thomas Pfaff2003-04-171-8/+8
* Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff2003-04-151-7/+3
* * thread.cc: Change 1==foo equations to foo==1 throughout.Thomas Pfaff2003-03-271-13/+13
* * thread.h: Change class names, methods, members and local varsThomas Pfaff2003-03-271-352/+355
* * thread.h (class List): Move inline code inside classThomas Pfaff2003-03-231-130/+34
* * pthread.cc (pthread_attr_init): RemoveThomas Pfaff2003-03-181-123/+123
* * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff2003-03-181-0/+528
* * thread.h (pthread_cond::ExitingWait): Remove.Thomas Pfaff2003-03-181-188/+164
* * include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff2003-03-181-41/+34
* * thread.cc (MTinterface::fixup_after_fork): Initialize mainthreadThomas Pfaff2003-03-041-4/+4
* spacing cleanupChristopher Faylor2003-01-141-46/+48
* Apply system_cancel patchThomas Pfaff2003-01-141-2/+2
* Apply wait_cancel patchThomas Pfaff2003-01-141-3/+3
* Apply handle_sigsuspend patchThomas Pfaff2003-01-141-3/+3
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Apply pthread_cancel_patchThomas Pfaff2003-01-091-13/+57
* Applied pthread_mutex patchThomas Pfaff2003-01-091-83/+142
* Applied cond_init patchThomas Pfaff2003-01-091-44/+72
* 2002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-11-241-61/+54
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-1/+1
* Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor2002-10-201-1/+1
* * thread.cc (verifyable_object_isvalid): Test for a valid object pointer beforeChristopher Faylor2002-10-181-3/+3
* 2002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-10-171-2/+10
* 2002-10-17 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-10-171-2/+2
* whitespaceChristopher Faylor2002-10-051-1/+1
* 2002-10-01 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-301-3/+5
* * thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.Christopher Faylor2002-09-301-1/+1
* * thread.cc (pthread::precreate): Use explicit "no inherit" option whenChristopher Faylor2002-09-301-14/+14
* * thread.cc (pthread_key::keys): Do not copy on fork.Christopher Faylor2002-09-301-3/+3
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-301-17/+39
* remove newlineChristopher Faylor2002-09-301-1/+1
* * exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor2002-09-301-1/+1
* * thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.Christopher Faylor2002-09-301-158/+145
* GNUify slightly.Christopher Faylor2002-09-291-10/+9
* 2002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-291-12/+46
* 2002-09-27 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-271-3/+10
* white space.Christopher Faylor2002-09-221-5/+5
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* 2002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-09-211-26/+26