aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include/pthread.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Cygwin: implement pthread_rwlock_clockrdlock/pthread_rwlock_clockwrlockCorinna Vinschen1-0/+8
2021-07-29Cygwin: pthread.h: clean namespaceCorinna Vinschen1-16/+13
2021-07-29Cygwin: implement pthread_mutex_clocklockCorinna Vinschen1-0/+4
2021-07-29Cygwin: implement pthread_cond_clockwaitCorinna Vinschen1-0/+4
2020-08-30Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen1-0/+2
2019-06-24Cygwin: Implement sched_[gs]etaffinity()Mark Geisert1-0/+2
2018-06-27Cygwin: define pthread_tryjoin_np/pthread_timedjoin_np _GNU_VISIBLECorinna Vinschen1-2/+2
2018-06-27Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen1-0/+2
2018-06-01Declare the pthread_rwlock_* functions if __cplusplus >= 201402LKen Brown1-1/+1
2018-01-22cygwin: Declare pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlockYaakov Selkowitz1-0/+4
2017-08-17headers: avoid bareword attributesEric Blake1-2/+2
2017-08-03cygwin: Implement pthread_mutex_timedlockCorinna Vinschen1-0/+1
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney1-0/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-04Feature test macros overhaul: Cygwin pthread.hYaakov Selkowitz1-8/+21
2016-02-13POSIX barrier implementation, take 3Václav Haisman1-0/+12
2014-08-01headers: properly decorate attributesEric Blake1-3/+3
2014-07-16 * thread.cc (pthread::create): Handle stackaddr as upper bound address.Corinna Vinschen1-7/+5
2014-07-14 * thread.cc (pthread_mutex::pthread_mutex): Change default typeCorinna Vinschen1-1/+1
2013-02-26 * include/pthread.h (pthread_atfork): Add missing declaration.Corinna Vinschen1-0/+2
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-14* include/pthread.h (pthread_exit): Mark as "noreturn".Christopher Faylor1-1/+1
2012-02-13* include/pthread.h: Include time.h as required by POSIX.Yaakov Selkowitz1-1/+2
2012-01-06 * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz1-0/+1
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz1-6/+2
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz1-0/+1
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen1-0/+2
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz1-1/+4
2011-04-15* thread.cc (pthread_setschedprio): New function.Yaakov Selkowitz1-0/+1
2011-03-29 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen1-0/+7
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-02-10* cygwin.din (pthread_yield): Export as alias to sched_yield.Yaakov Selkowitz1-0/+1
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen1-6/+2
2006-07-13 * fhandler_socket.cc: Update copyright.Corinna Vinschen1-1/+1
2006-07-12 * include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT andCorinna Vinschen1-3/+5
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor1-2/+2
2005-06-09* include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change toChristopher Faylor1-1/+1
2005-05-02white space and minor comment cleanup.Christopher Faylor1-3/+3
2004-03-04* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff1-1/+4
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff1-1/+15
2003-03-18* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff1-0/+1
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff1-2/+2
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2003-01-09Apply pthread_types_patchThomas Pfaff1-2/+2
2003-01-09Applied pthread_mutex patchThomas Pfaff1-4/+3
2002-12-12whitespaceChristopher Faylor1-1/+1
2002-07-042002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-1/+1
2002-06-102002-06-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+14
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda1-1/+2
2001-11-05Eliminate excess whitespace.Christopher Faylor1-2/+2