File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,12 @@ The variables defined in the :mod:`signal` module are:
205
205
206
206
.. availability :: Unix.
207
207
208
+ .. data :: SIGPROF
209
+
210
+ Profiling timer expired.
211
+
212
+ .. availability :: Unix.
213
+
208
214
.. data :: SIGQUIT
209
215
210
216
Terminal quit signal.
@@ -215,6 +221,10 @@ The variables defined in the :mod:`signal` module are:
215
221
216
222
Segmentation fault: invalid memory reference.
217
223
224
+ .. data :: SIGSTOP
225
+
226
+ Stop executing (cannot be caught or ignored).
227
+
218
228
.. data :: SIGSTKFLT
219
229
220
230
Stack fault on coprocessor. The Linux kernel does not raise this signal: it
@@ -243,6 +253,12 @@ The variables defined in the :mod:`signal` module are:
243
253
244
254
.. availability :: Unix.
245
255
256
+ .. data :: SIGVTALRM
257
+
258
+ Virtual timer expired.
259
+
260
+ .. availability :: Unix.
261
+
246
262
.. data :: SIGWINCH
247
263
248
264
Window resize signal.
You can’t perform that action at this time.
0 commit comments