MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / reset_master_event_engine_default

Function reset_master_event_engine_default

thread/thread.cpp:1932–1934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

fd_events_finiFunction · 0.85
fd_events_finiFunction · 0.85

Calls 2

get_vcpuMethod · 0.80

Tested by

no test coverage detected