[threading linux] Implement Timer

Test Manual Reset and Synchronization timers single threaded.
Test Cancelling timers.
Test WaitMultiple.
Ignore real-time event 35 in .gdbinit which is used to signal timer.

Callbacks don't seem to be called so testing them is difficult.
This commit is contained in:
Sandy Carter
2018-12-09 18:02:36 -08:00
committed by Rick Gibbed
parent 331bb0ea9a
commit c2de074d5c
4 changed files with 206 additions and 24 deletions

View File

@@ -1,2 +1,4 @@
# Ignore HighResolutionTimer custom event
handle SIG34 nostop noprint
# Ignore PosixTimer custom event
handle SIG35 nostop noprint