MCPcopy 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

onThreadAttachMethod · 0.85
onThreadDetachMethod · 0.85

Calls 1

bsd_signalFunction · 0.85

Tested by

no test coverage detected