Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ signal
Function
signal
src/hx/AndroidCompat.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
__sighandler_t signal(int s, __sighandler_t f)
63
{
64
return bsd_signal(s,f);
65
}
66
67
}
68
#endif
Callers
2
onThreadAttach
Method · 0.85
onThreadDetach
Method · 0.85
Calls
1
bsd_signal
Function · 0.85
Tested by
no test coverage detected