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

Class sigaction

examples/ExampleBrowser/main.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50{
51#ifndef _WIN32
52 struct sigaction action;
53 memset(&action, 0x0, sizeof(action));
54 action.sa_handler = cleanup;
55 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