1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sync: make Semaphore.*wait() robust against interrupts by signals (#10491)

This commit is contained in:
Uwe Krüger
2021-06-18 11:44:18 +02:00
committed by GitHub
parent a98d644637
commit 3f5aa5e634
5 changed files with 223 additions and 10 deletions

View File

@ -16,6 +16,8 @@ struct C.tm {
}
struct C._FILETIME {
dwLowDateTime u32
dwHighDateTime u32
}
struct SystemTime {