Rich Felker
|
33ce920857
simplify pthread_attr_t stack/guard size representation
|
8 years ago |
Rich Felker
|
384d103d94
fix failure to obtain EOWNERDEAD status for process-shared robust mutexes
|
8 years ago |
Rich Felker
|
75eceb3ae8
ignore ENOSYS error from mprotect in pthread_create and dynamic linker
|
9 years ago |
Rich Felker
|
1b0cdc8700
refactor stdio open file list handling, move it out of global libc struct
|
9 years ago |
Rich Felker
|
68630b55c0
eliminate costly tricks to avoid TLS access for current locale state
|
9 years ago |
Rich Felker
|
484194dbf4
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
|
9 years ago |
Rich Felker
|
01d4274711
make dlerror state and message thread-local and dynamically-allocated
|
10 years ago |
Rich Felker
|
19a1fe670a
remove remnants of support for running in no-thread-pointer mode
|
10 years ago |
Rich Felker
|
a2d3053354
apply vmlock wait to __unmapself in pthread_exit
|
10 years ago |
Rich Felker
|
f08ab9e61a
redesign and simplify vmlock system
|
10 years ago |
Rich Felker
|
4e98cce1c5
optimize out setting up robust list with kernel when not needed
|
10 years ago |
Rich Felker
|
12e1e32468
process robust list in pthread_exit to fix detached thread use-after-unmap
|
10 years ago |
Rich Felker
|
36d8e97223
make pthread_exit responsible for disabling cancellation
|
10 years ago |
Rich Felker
|
78a8ef47c4
overhaul __synccall and fix AS-safety and other issues in set*id
|
10 years ago |
Rich Felker
|
23614b0fcb
add C11 thread creation and related thread functions
|
10 years ago |
Jens Gustedt
|
df7d0dfb9c
use weak symbols for the POSIX functions that will be used by C threads
|
10 years ago |
Rich Felker
|
5345c9b884
fix false ownership of stdio FILEs due to tid reuse
|
10 years ago |
Rich Felker
|
a6293285e9
fix use of uninitialized memory with application-provided thread stacks
|
10 years ago |
Rich Felker
|
b092f1c5fa
enable private futex for process-local robust mutexes
|
10 years ago |
Rich Felker
|
a6adb2bcd8
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
|
10 years ago |
Rich Felker
|
83dc6eb087
eliminate use of cached pid from thread structure
|
10 years ago |
Rich Felker
|
0bc03091bb
add locale framework
|
10 years ago |
Rich Felker
|
ac31bf278d
simplify errno implementation
|
10 years ago |
Rich Felker
|
df15168cf8
replace all remaining internal uses of pthread_self with __pthread_self
|
10 years ago |
Rich Felker
|
689e0e6bf7
fix pointer type mismatch and misplacement of const
|
11 years ago |
Rich Felker
|
dab441aea2
always initialize thread pointer at program start
|
11 years ago |
Rich Felker
|
271c211944
omit CLONE_PARENT flag to clone in pthread_create
|
11 years ago |
Rich Felker
|
f68a3468d4
use symbolic names for clone flags in pthread_create
|
11 years ago |
Szabolcs Nagy
|
b20760c023
support configurable page size on mips, powerpc and microblaze
|
11 years ago |
Rich Felker
|
2c074b0d6c
transition to using functions for internal signal blocking/restoring
|
12 years ago |