index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
timer_create.c
Age
Commit message (
Expand
)
Author
Lines
2011-08-12
more efficient signal blocking for timer threads
Rich Felker
-4
/
+4
2011-08-11
normal exit from timer thread should run dtors, restore cancel state
Rich Felker
-1
/
+1
2011-08-11
block signals in timer threads
Rich Felker
-0
/
+4
2011-05-07
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
-1
/
+1
2011-05-07
overhaul implementation-internal signal protections
Rich Felker
-2
/
+1
2011-04-14
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
-7
/
+25
2011-04-09
run pthread tsd destructors when a timer thread pretends to exit
Rich Felker
-0
/
+6
2011-04-09
greatly improve SIGEV_THREAD timers
Rich Felker
-14
/
+14
2011-04-06
fix signal-based timers with null sigevent argument
Rich Felker
-19
/
+14
2011-04-03
timer threads should sleep and stay asleep... a long time
Rich Felker
-1
/
+1
2011-04-03
revert to deleting kernel-level timer from cancellation handler
Rich Felker
-0
/
+8
2011-04-03
simplify calling of timer signal handler
Rich Felker
-3
/
+1
2011-03-30
avoid all malloc/free in timer creation/destruction
Rich Felker
-20
/
+4
2011-03-30
optimize timer creation and possibly protect against some minor races
Rich Felker
-14
/
+19
2011-03-29
reorder timer initialization so that timer_create does not depend on free
Rich Felker
-8
/
+16
2011-03-29
implement POSIX timers
Rich Felker
-0
/
+110