[threading linux] Implement basic Thread function

Add Basic Tests on Threads
This commit is contained in:
Sandy Carter
2018-12-03 14:28:11 -08:00
committed by Rick Gibbed
parent c2de074d5c
commit b91203a0b5
3 changed files with 313 additions and 74 deletions

View File

@@ -2,3 +2,5 @@
handle SIG34 nostop noprint
# Ignore PosixTimer custom event
handle SIG35 nostop noprint
# Ignore PosixThread exit event
handle SIG32 nostop noprint