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
/
src
/
thread
/
pthread_self.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
1
-1
/
+6
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-40
/
+1
*
ensure that thread dtv pointer is never null to optimize __tls_get_addr
Rich Felker
2013-06-03
1
-0
/
+2
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-1
/
+1
*
add support for TLS variant I, presently needed for arm and mips
Rich Felker
2012-10-15
1
-1
/
+1
*
TLS (GNU/C11 thread-local storage) support for static-linked programs
Rich Felker
2012-10-04
1
-9
/
+15
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
1
-1
/
+2
*
ensure pthread-internal signals are unblocked before threads are used
Rich Felker
2012-05-25
1
-0
/
+1
*
work around "signal loses thread pointer" issue with "approach 2"
Rich Felker
2012-02-27
1
-2
/
+3
*
remove some stray trailing space characters
Rich Felker
2011-09-13
1
-1
/
+1
*
simplify multi-threaded errno, eliminate useless function pointer
Rich Felker
2011-08-06
1
-7
/
+2
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-0
/
+2
*
fix minor bugs due to incorrect threaded-predicate semantics
Rich Felker
2011-04-20
1
-4
/
+2
*
debloat: use __syscall instead of syscall where possible
Rich Felker
2011-04-17
1
-1
/
+1
*
optimize cancellation enable/disable code
Rich Felker
2011-04-17
1
-0
/
+1
*
use bss instead of mmap for main thread's pthread thread-specific data
Rich Felker
2011-04-01
1
-9
/
+3
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-1
/
+1
*
optimize pthread initialization
Rich Felker
2011-03-09
1
-2
/
+2
*
optimize POSIX TSD for fast pthread_getspecific
Rich Felker
2011-03-03
1
-0
/
+11
*
finish unifying thread register handling in preparation for porting
Rich Felker
2011-02-15
1
-9
/
+3
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+39