Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
static photon::WorkPool* g_work_pool = nullptr;
35
36
void __throw_system_error(int err_num, const char* msg) {
37
throw_system_error(err_num, msg);
38
}
39
40
void thread::do_migrate() {
41
if (g_work_pool) {
Callers
8
detach
Method · 0.85
validate_lock
Method · 0.85
validate_unlock
Method · 0.85
wait
Method · 0.85
detach
Method · 0.85
validate_lock
Method · 0.85
validate_unlock
Method · 0.85
wait
Method · 0.85
Calls
1
throw_system_error
Function · 0.85
Tested by
no test coverage detected