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
/
time
/
timer_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
have new timer threads unblock their own SIGTIMER
Rich Felker
2013-08-03
1
-2
/
+2
*
add system for resetting TLS to initial values
Rich Felker
2013-08-03
1
-0
/
+3
*
fix multiple bugs in SIGEV_THREAD timers
Rich Felker
2013-08-03
1
-14
/
+15
*
silence nonsensical warnings in timer_create
Rich Felker
2013-04-06
1
-2
/
+2
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-1
/
+1
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
1
-1
/
+2
*
more efficient signal blocking for timer threads
Rich Felker
2011-08-12
1
-4
/
+4
*
normal exit from timer thread should run dtors, restore cancel state
Rich Felker
2011-08-11
1
-1
/
+1
*
block signals in timer threads
Rich Felker
2011-08-11
1
-0
/
+4
*
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
2011-05-07
1
-1
/
+1
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
1
-2
/
+1
*
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
2011-04-14
1
-7
/
+25
*
run pthread tsd destructors when a timer thread pretends to exit
Rich Felker
2011-04-09
1
-0
/
+6
*
greatly improve SIGEV_THREAD timers
Rich Felker
2011-04-09
1
-14
/
+14
*
fix signal-based timers with null sigevent argument
Rich Felker
2011-04-06
1
-19
/
+14
*
timer threads should sleep and stay asleep... a long time
Rich Felker
2011-04-03
1
-1
/
+1
*
revert to deleting kernel-level timer from cancellation handler
Rich Felker
2011-04-03
1
-0
/
+8
*
simplify calling of timer signal handler
Rich Felker
2011-04-03
1
-3
/
+1
*
avoid all malloc/free in timer creation/destruction
Rich Felker
2011-03-30
1
-20
/
+4
*
optimize timer creation and possibly protect against some minor races
Rich Felker
2011-03-30
1
-14
/
+19
*
reorder timer initialization so that timer_create does not depend on free
Rich Felker
2011-03-29
1
-8
/
+16
*
implement POSIX timers
Rich Felker
2011-03-29
1
-0
/
+110