aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-773/+0
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-1/+1
2021-08-23fix race condition in List_insertAleksand Malikov1-2/+15
2021-07-29Cygwin: implement sem_clockwaitCorinna Vinschen1-1/+2
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen1-1/+19
2018-06-27Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen1-1/+1
2018-01-24Define internal function mythreadname() -- revisedMark Geisert1-0/+3
2017-08-03cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockCorinna Vinschen1-2/+2
2017-08-03cygwin: Implement pthread_mutex_timedlockCorinna Vinschen1-1/+1
2017-08-03cygwin: simplify pthread timedwait handlingCorinna Vinschen1-2/+1
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney1-0/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-02-13POSIX barrier implementation, take 3Václav Haisman1-0/+35
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen1-7/+2
2015-02-25 * fhandler_tape.cc (fhandler_dev_tape::_lock): Add cw_sig_restart toCorinna Vinschen1-2/+2
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