|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include "ruby/ruby.h"Go to the source code of this file.
Macros | |
| #define | RUBYSIG_H |
| #define | RUBY_CRITICAL(statements) do {statements;} while (0) |
| #define | DEFER_INTS (0) |
| #define | ENABLE_INTS (1) |
| #define | ALLOW_INTS do {CHECK_INTS;} while (0) |
| #define | CHECK_INTS rb_thread_check_ints() |
| #define ALLOW_INTS do {CHECK_INTS;} while (0) |
| #define CHECK_INTS rb_thread_check_ints() |
| #define RUBY_CRITICAL | ( | statements | ) | do {statements;} while (0) |