index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
pthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove attribute((const)) from pthread_self and errno location decls
Rich Felker
2015-09-17
1
-3
/
+0
*
add new masked cancellation mode
Rich Felker
2015-02-21
1
-0
/
+1
*
don't shadow functions with macros in C++
Bobby Bingham
2014-12-09
1
-0
/
+2
*
add pthread_setaffinity_np and pthread_getaffinity_np functions
Rich Felker
2013-08-10
1
-0
/
+3
*
provide prototype for pthread_getattr_np
Rich Felker
2013-03-31
1
-0
/
+4
*
add stub versions of some missing optional pthread interfaces
Rich Felker
2012-11-17
1
-0
/
+5
*
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
1
-0
/
+4
*
remove all remaining redundant __restrict/__inline/_Noreturn defs
Rich Felker
2012-09-08
1
-12
/
+1
*
further use of _Noreturn, for non-plain-C functions
Rich Felker
2012-09-06
1
-1
/
+8
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-27
/
+33
*
use c++-friendly initializers for pthread initializer definitions
Rich Felker
2012-02-29
1
-3
/
+3
*
replace bad cancellation cleanup abi with a sane one
Rich Felker
2012-02-09
1
-16
/
+9
*
macro for pthread_equal
Rich Felker
2011-08-14
1
-0
/
+2
*
use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined
Rich Felker
2011-06-06
1
-0
/
+3
*
implement pthread_[sg]etconcurrency.
Rich Felker
2011-05-30
1
-0
/
+3
*
fix misspelled PTHREAD_CANCELED constant
Rich Felker
2011-04-01
1
-1
/
+1
*
match glibc/lsb cancellation abi on i386
Rich Felker
2011-03-25
1
-0
/
+2
*
implement robust mutexes
Rich Felker
2011-03-17
1
-0
/
+1
*
pthread.h needs clockid_t
Rich Felker
2011-03-12
1
-0
/
+1
*
missing const in some pthread_attr_* prototypes
Rich Felker
2011-03-11
1
-8
/
+8
*
add prototypes for pthread_condattr_* and pthread_rwlockattr_*
Rich Felker
2011-03-07
1
-0
/
+12
*
add pthread_atfork interface
Rich Felker
2011-02-18
1
-0
/
+2
*
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
2011-02-17
1
-45
/
+12
*
add to pthread.h: pthread_mutex_timedlock and sched.h, time.h
Rich Felker
2011-02-16
1
-1
/
+3
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+216