index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
pthread.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
add pthread_getname_np function
Érico Rolim
1
-0
/
+1
2020-02-26
add PTHREAD_NULL
Rich Felker
1
-0
/
+3
2019-10-28
add time64 symbol name redirects to public headers, under arch control
Rich Felker
1
-0
/
+10
2018-10-16
restore attribute((const)) to pthread_self and errno location decls
Rich Felker
1
-0
/
+3
2016-11-08
add limited pthread_setattr_default_np API to set stack size defaults
Rich Felker
1
-0
/
+2
2016-10-20
add pthread_setname_np
Felix Janda
1
-0
/
+1
2016-06-30
pthread: implement try/timed join variants
Bobby Bingham
1
-0
/
+2
2015-09-17
remove attribute((const)) from pthread_self and errno location decls
Rich Felker
1
-3
/
+0
2015-02-21
add new masked cancellation mode
Rich Felker
1
-0
/
+1
2014-12-09
don't shadow functions with macros in C++
Bobby Bingham
1
-0
/
+2
2013-08-10
add pthread_setaffinity_np and pthread_getaffinity_np functions
Rich Felker
1
-0
/
+3
2013-03-31
provide prototype for pthread_getattr_np
Rich Felker
1
-0
/
+4
2012-11-17
add stub versions of some missing optional pthread interfaces
Rich Felker
1
-0
/
+5
2012-11-11
add support for thread scheduling (POSIX TPS option)
Rich Felker
1
-0
/
+4
2012-09-08
remove all remaining redundant __restrict/__inline/_Noreturn defs
Rich Felker
1
-12
/
+1
2012-09-06
further use of _Noreturn, for non-plain-C functions
Rich Felker
1
-1
/
+8
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
1
-27
/
+33
2012-02-29
use c++-friendly initializers for pthread initializer definitions
Rich Felker
1
-3
/
+3
2012-02-09
replace bad cancellation cleanup abi with a sane one
Rich Felker
1
-16
/
+9
2011-08-14
macro for pthread_equal
Rich Felker
1
-0
/
+2
2011-06-06
use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined
Rich Felker
1
-0
/
+3
2011-05-30
implement pthread_[sg]etconcurrency.
Rich Felker
1
-0
/
+3
2011-04-01
fix misspelled PTHREAD_CANCELED constant
Rich Felker
1
-1
/
+1
2011-03-25
match glibc/lsb cancellation abi on i386
Rich Felker
1
-0
/
+2
2011-03-17
implement robust mutexes
Rich Felker
1
-0
/
+1
2011-03-12
pthread.h needs clockid_t
Rich Felker
1
-0
/
+1
2011-03-11
missing const in some pthread_attr_* prototypes
Rich Felker
1
-8
/
+8
2011-03-07
add prototypes for pthread_condattr_* and pthread_rwlockattr_*
Rich Felker
1
-0
/
+12
2011-02-18
add pthread_atfork interface
Rich Felker
1
-0
/
+2
2011-02-17
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
1
-45
/
+12
2011-02-16
add to pthread.h: pthread_mutex_timedlock and sched.h, time.h
Rich Felker
1
-1
/
+3
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
1
-0
/
+216