aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/posix_timer.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Cygwin: posix_timer: fix formattingCorinna Vinschen1-1/+1
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-1/+1
2020-02-26Cygwin: posix timers: fix uninitialized variableCorinna Vinschen1-1/+1
2019-03-08Cygwin: posix timers: fix a deadlockcygwin-3_0_3-releaseCorinna Vinschen1-0/+2
2019-03-06Cygwin: posix timers: fix resource leakCorinna Vinschen1-1/+1
2019-02-25Cygwin: use NULL security descriptor in InitializeObjectAttributesCorinna Vinschen1-2/+1
2019-02-24Cygwin: POSIX timers: Fix timer values returned for unarmed timerCorinna Vinschen1-1/+1
2019-01-22Cygwin: posix timers: fix overrun count always being 1 too bigCorinna Vinschen1-32/+17
2019-01-22Cygwin: posix timers: fix error handling in public APICorinna Vinschen1-6/+15
2019-01-22Cygwin: posix timers: allocate timer_tracker on system heap.Corinna Vinschen1-2/+3
2019-01-22Cygwin: posix timers: Add support for CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen1-7/+6
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen1-0/+644