Wang Yuan 917043fa43 Set 'loading' and 'shutdown_asap' to volatile sig_atomic_t type (#7845)
We may access and modify these two variables in signal handler function,
to guarantee them async-signal-safe, so we should set them to volatile
sig_atomic_t type.

It doesn't look like this could have caused any real issue, and it seems that
signals are handled in main thread on most platforms. But we want to follow C
and POSIX standard in signal handler function.
2020-09-25 16:25:47 +03:00
..
2019-11-20 20:39:04 -05:00
2020-05-05 10:20:48 +02:00
2020-04-24 17:00:03 -07:00
2020-04-24 17:11:21 -07:00
2020-04-24 17:11:21 -07:00
2020-09-24 08:59:14 +03:00
2018-07-03 18:19:46 +02:00
2019-02-24 21:38:15 +01:00
2020-06-12 12:16:19 +02:00
2019-10-24 14:24:55 +03:00
2020-05-05 23:35:08 -04:00
2019-11-19 17:23:47 +08:00
2018-07-03 18:19:46 +02:00
2019-10-02 11:30:20 +02:00
2020-07-24 14:40:19 +08:00
2020-02-22 11:38:51 -05:00
2020-05-12 21:21:22 +01:00
2018-11-11 18:49:55 +00:00
2020-09-24 08:59:14 +03:00
2020-07-21 08:13:05 +03:00