Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
void uv_signal_ptr::stop()
213
{
214
if (this->handle) {
215
uv_signal_stop(*this);
216
}
217
}
218
219
int uv_pipe_ptr::init(uv_loop_t& loop, int ipc, void* data)
220
{
Callers
3
testIdle
Function · 0.45
testTimer
Function · 0.45
StartNextTests
Method · 0.45
Calls
2
uv_timer_stop
Function · 0.85
uv_signal_stop
Function · 0.50
Tested by
3
testIdle
Function · 0.36
testTimer
Function · 0.36
StartNextTests
Method · 0.36