aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen1-0/+6
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-7/+7
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor1-1/+1
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-07* thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assumeChristopher Faylor1-2/+2
2013-01-07* thread.cc (pthread_rwlock::add_reader): Perform new operation here and returnChristopher Faylor1-1/+2
2012-10-23 * thread.h (List_insert): Cast first parameter inCorinna Vinschen1-8/+10
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-1/+1
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor1-1/+1
2012-06-19Revert errneous checkin.Christopher Faylor1-3/+0
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-20/+2
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen1-4/+6
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen1-0/+6
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-4/+2
2011-08-24 * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen1-1/+1
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz1-3/+4
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz1-0/+2
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen1-0/+1
2011-05-04* thread.h (pthread::static_cancel_self): Mark as noreturn.Christopher Faylor1-2/+2
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz1-0/+1
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen1-0/+1
2011-04-30 * thread.h (class pthread): Add bool member canceled.Corinna Vinschen1-0/+1
2011-03-29 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen1-6/+23
2011-03-29 * thread.cc (semaphore::init, destroy, close): Standards conformanceCorinna Vinschen1-0/+2
2010-02-22* include/sys/strace.h: Define _STRACE_SPECIAL.Christopher Faylor1-33/+41
2010-02-12* pthread.cc (pthread_mutex_init): Explicitly fill out third arg toChristopher Faylor1-7/+9
2010-02-10* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.Christopher Faylor1-33/+8
2009-06-30* select.h: New file split from fhandler.h.Christopher Faylor1-1/+1
2009-01-20 * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n.Corinna Vinschen1-0/+1
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+2
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-0/+1
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen1-18/+0
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor1-5/+9
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen1-15/+27
2005-09-06 * thread.h: Revert patch from 2005-09-05.Corinna Vinschen1-4/+10
2005-09-05 * thread.h (pthread_mutex::get_pthread_self): Remove.Corinna Vinschen1-10/+4
2005-08-05 * thread.cc (pthread::create(3 args)): Make bool.Corinna Vinschen1-2/+2
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-3/+3
2005-07-03* thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor1-5/+0
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-3/+3
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