Home
last modified time | relevance | path

Searched refs:handleSignal (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dsystem.c64 static void handleSignal(int aSignal) in handleSignal() function
193 signal(SIGTERM, &handleSignal); in otSysInit()
194 signal(SIGHUP, &handleSignal); in otSysInit()
/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c68 static void handleSignal(int aSignal) in handleSignal() function
231 signal(SIGTERM, &handleSignal); in otSysInit()
232 signal(SIGHUP, &handleSignal); in otSysInit()