mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-04 13:41:02 +00:00
Write more tests for signal handling
There's now a much stronger level of assurance that signaling on Windows will be atomic, low-latency, low tail latency, and shall never deadlock.
This commit is contained in:
parent
0e59afb403
commit
dd8c4dbd7d
19 changed files with 407 additions and 75 deletions
|
@ -89,6 +89,7 @@ struct PosixThread {
|
|||
locale_t pt_locale;
|
||||
jmp_buf pt_exiter;
|
||||
pthread_attr_t pt_attr;
|
||||
atomic_bool pt_intoff;
|
||||
};
|
||||
|
||||
typedef void (*atfork_f)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue