Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ sigaction
Class
sigaction
tools/bt_recorder.cpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
signal(SIGTERM, s_signal_handler);
24
#else
25
struct sigaction action;
26
action.sa_handler = s_signal_handler;
27
action.sa_flags = 0;
28
sigemptyset(&action.sa_mask);
Callers
1
CatchSignals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected