| 1930 | return CURRENT->get_vcpu()->is_master_event_engine_default(); |
| 1931 | } |
| 1932 | void reset_master_event_engine_default() { |
| 1933 | CURRENT->get_vcpu()->reset_master_event_engine_default(); |
| 1934 | } |
| 1935 | inline __attribute__((always_inline)) |
| 1936 | thread* ws_scan_q(vcpu_t* v, thread* first, bool possibly_running) { |
| 1937 | // the first must be unstealable |
no test coverage detected