MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / sigaction

Class sigaction

examples/SharedMemory/main.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53{
54#ifndef _WIN32
55 struct sigaction action;
56 memset(&action, 0x0, sizeof(action));
57 action.sa_handler = cleanup;
58 static const int signos[] = {SIGHUP, SIGINT, SIGQUIT, SIGABRT, SIGSEGV, SIGPIPE, SIGTERM};

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected