index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
include
/
pthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Feature test macros overhaul: Cygwin pthread.h
Yaakov Selkowitz
2016-04-04
1
-8
/
+21
*
POSIX barrier implementation, take 3
Václav Haisman
2016-02-13
1
-0
/
+12
*
headers: properly decorate attributes
Eric Blake
2014-08-01
1
-3
/
+3
*
* thread.cc (pthread::create): Handle stackaddr as upper bound address.
Corinna Vinschen
2014-07-16
1
-7
/
+5
*
* thread.cc (pthread_mutex::pthread_mutex): Change default type
Corinna Vinschen
2014-07-14
1
-1
/
+1
*
* include/pthread.h (pthread_atfork): Add missing declaration.
Corinna Vinschen
2013-02-26
1
-0
/
+2
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* include/pthread.h (pthread_exit): Mark as "noreturn".
Christopher Faylor
2013-01-14
1
-1
/
+1
*
* include/pthread.h: Include time.h as required by POSIX.
Yaakov Selkowitz
2012-02-13
1
-1
/
+2
*
* cygwin.din (pthread_sigqueue): Export.
Yaakov Selkowitz
2012-01-06
1
-0
/
+1
*
* cygwin.din (pthread_condattr_getclock): Export.
Yaakov Selkowitz
2011-07-21
1
-6
/
+2
*
* cygwin.din (clock_getcpuclockid): Export.
Yaakov Selkowitz
2011-05-17
1
-0
/
+1
*
* cygwin.din (pthread_attr_getguardsize): Export.
Corinna Vinschen
2011-05-15
1
-0
/
+2
*
* cygwin.din (pthread_attr_getstack): Export.
Yaakov Selkowitz
2011-05-03
1
-1
/
+4
*
* thread.cc (pthread_setschedprio): New function.
Yaakov Selkowitz
2011-04-15
1
-0
/
+1
*
* cygwin.din (pthread_spin_destroy): Export.
Corinna Vinschen
2011-03-29
1
-0
/
+7
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* cygwin.din (pthread_yield): Export as alias to sched_yield.
Yaakov Selkowitz
2011-02-10
1
-0
/
+1
*
* cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.
Corinna Vinschen
2007-02-07
1
-6
/
+2
*
* fhandler_socket.cc: Update copyright.
Corinna Vinschen
2006-07-13
1
-1
/
+1
*
* include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT and
Corinna Vinschen
2006-07-12
1
-3
/
+5
*
* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.
Christopher Faylor
2005-06-11
1
-2
/
+2
*
* include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change to
Christopher Faylor
2005-06-09
1
-1
/
+1
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-3
/
+3
*
* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):
Thomas Pfaff
2004-03-04
1
-1
/
+4
*
* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,
Thomas Pfaff
2003-03-18
1
-1
/
+15
*
* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.
Thomas Pfaff
2003-03-18
1
-0
/
+1
*
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...
Thomas Pfaff
2003-01-22
1
-2
/
+2
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
Apply pthread_types_patch
Thomas Pfaff
2003-01-09
1
-2
/
+2
*
Applied pthread_mutex patch
Thomas Pfaff
2003-01-09
1
-4
/
+3
*
whitespace
Christopher Faylor
2002-12-12
1
-1
/
+1
*
2002-06-25 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins
2002-07-04
1
-1
/
+1
*
2002-06-10 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-06-10
1
-4
/
+14
*
* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.
Egor Duda
2001-11-15
1
-1
/
+2
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-2
/
+2
*
Tue Sep 25 21:25:00 2001 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2001-09-25
1
-1
/
+1
*
* include/pthread.h: Remove C++ comment.
Christopher Faylor
2001-05-09
1
-1
/
+1
*
* include/pthread.h (pthread_cleanup_push): Eliminate space preceding
Christopher Faylor
2001-05-03
1
-6
/
+5
*
* configure.in: Remove PTH_ALLOW.
Robert Collins
2001-04-12
1
-67
/
+129
*
* sched.cc: New file. Implement sched*.
Christopher Faylor
2001-03-21
1
-71
/
+61
*
* cygwin.din: Export the new functions.
Christopher Faylor
2001-03-17
1
-0
/
+33
*
* include/pthread.h (pthread_detach): Add missing prototype.
Christopher Faylor
2000-05-08
1
-4
/
+4
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+92