MCPcopy Create free account
hub / github.com/Kitware/CMake / start

Method start

Source/cmUVHandlePtr.cxx:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206int uv_signal_ptr::start(uv_signal_cb cb, int signum)
207{
208 assert(this->handle);
209 return uv_signal_start(*this, cb, signum);
210}
211
212void uv_signal_ptr::stop()
213{

Callers

nothing calls this directly

Calls 3

uv_timer_startFunction · 0.85
uv_update_timeEnum · 0.70
uv_signal_startFunction · 0.50

Tested by

no test coverage detected