Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
f164875a84c35d0e0d132f99330d3fcda76ee7aa
/
include
/
pthread.h
f164875
don't shadow functions with macros in C++
by Bobby Bingham
· 10 years ago
7406fdf
add pthread_setaffinity_np and pthread_getaffinity_np functions
by Rich Felker
· 11 years ago
0b2764d
provide prototype for pthread_getattr_np
by Rich Felker
· 12 years ago
5c6443a
add stub versions of some missing optional pthread interfaces
by Rich Felker
· 12 years ago
1e21e78
add support for thread scheduling (POSIX TPS option)
by Rich Felker
· 12 years ago
455f968
remove all remaining redundant __restrict/__inline/_Noreturn defs
by Rich Felker
· 12 years ago
0c05bd3
further use of _Noreturn, for non-plain-C functions
by Rich Felker
· 12 years ago
400c5e5
use restrict everywhere it's required by c99 and/or posix 2008
by Rich Felker
· 12 years ago
d367519
use c++-friendly initializers for pthread initializer definitions
by Rich Felker
· 13 years ago
afc35d5
replace bad cancellation cleanup abi with a sane one
by Rich Felker
· 13 years ago
9205e48
macro for pthread_equal
by Rich Felker
· 13 years ago
cbf3597
use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined
by Rich Felker
· 13 years ago
ddd87b2
implement pthread_[sg]etconcurrency.
by Rich Felker
· 13 years ago
3df3d4f
fix misspelled PTHREAD_CANCELED constant
by Rich Felker
· 14 years ago
ea34336
match glibc/lsb cancellation abi on i386
by Rich Felker
· 14 years ago
047e434
implement robust mutexes
by Rich Felker
· 14 years ago
d8d19f4
pthread.h needs clockid_t
by Rich Felker
· 14 years ago
f1821fc
missing const in some pthread_attr_* prototypes
by Rich Felker
· 14 years ago
7d57e05
add prototypes for pthread_condattr_* and pthread_rwlockattr_*
by Rich Felker
· 14 years ago
e9417ff
add pthread_atfork interface
by Rich Felker
· 14 years ago
e882756
reorganize pthread data structures and move the definitions to alltypes.h
by Rich Felker
· 14 years ago
56b784d
add to pthread.h: pthread_mutex_timedlock and sched.h, time.h
by Rich Felker
· 14 years ago
0b44a03
initial check-in, version 0.5.0
by Rich Felker
· 14 years ago