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

Method stop

Source/cmUVHandlePtr.cxx:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void uv_signal_ptr::stop()
213{
214 if (this->handle) {
215 uv_signal_stop(*this);
216 }
217}
218
219int uv_pipe_ptr::init(uv_loop_t& loop, int ipc, void* data)
220{

Callers 3

testIdleFunction · 0.45
testTimerFunction · 0.45
StartNextTestsMethod · 0.45

Calls 2

uv_timer_stopFunction · 0.85
uv_signal_stopFunction · 0.50

Tested by 3

testIdleFunction · 0.36
testTimerFunction · 0.36
StartNextTestsMethod · 0.36