Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ kill
Function
kill
src/common/Thread.cc:207–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
// =========================
206
207
void kill(std::thread& t, int signal)
208
{
209
auto r = ceph_pthread_kill(t.native_handle(), signal);
210
if (r != 0) {
211
throw std::system_error(r, std::generic_category());
212
}
213
}
Callers
10
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
do_unmap
Function · 0.85
wait_for_terminate_legacy
Function · 0.85
do_detach
Function · 0.85
TEST
Function · 0.85
kill
Method · 0.85
exec
Method · 0.85
fork_function
Function · 0.85
Calls
1
native_handle
Method · 0.80
Tested by
1
TEST
Function · 0.68