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

Function __throw_system_error

thread/std-compat.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34static photon::WorkPool* g_work_pool = nullptr;
35
36void __throw_system_error(int err_num, const char* msg) {
37 throw_system_error(err_num, msg);
38}
39
40void thread::do_migrate() {
41 if (g_work_pool) {

Callers 8

detachMethod · 0.85
validate_lockMethod · 0.85
validate_unlockMethod · 0.85
waitMethod · 0.85
detachMethod · 0.85
validate_lockMethod · 0.85
validate_unlockMethod · 0.85
waitMethod · 0.85

Calls 1

throw_system_errorFunction · 0.85

Tested by

no test coverage detected