Searched refs:signal (Results 1 – 19 of 19) sorted by relevance
/openthread-latest/tools/harness-simulation/posix/ |
D | launch_testbed.py | 37 import signal 218 signal.signal(signal.SIGINT, exit_handler) 219 signal.signal(signal.SIGTERM, exit_handler)
|
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer.py | 37 import signal 230 signal.signal(signal.SIGINT, exit_handler) 231 signal.signal(signal.SIGTERM, exit_handler)
|
/openthread-latest/examples/platforms/simulation/ |
D | system.c | 193 signal(SIGTERM, &handleSignal); in otSysInit() 194 signal(SIGHUP, &handleSignal); in otSysInit()
|
D | uart.c | 81 signal(SIGPIPE, SIG_DFL); in otPlatUartEnable()
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | spi-hdlc-adapter.c | 238 signal(SIGINT, sPreviousHandlerForSIGINT); in signal_SIGINT() 258 signal(SIGTERM, sPreviousHandlerForSIGTERM); in signal_SIGTERM() 335 signal(SIGALRM, SIG_DFL); in signal_critical() 1537 sPreviousHandlerForSIGINT = signal(SIGINT, &signal_SIGINT); in main() 1538 sPreviousHandlerForSIGTERM = signal(SIGTERM, &signal_SIGTERM); in main() 1539 signal(SIGHUP, &signal_SIGHUP); in main() 1540 signal(SIGUSR1, &signal_dumpstats); in main() 1541 signal(SIGUSR2, &signal_clearstats); in main()
|
D | README.md | 49 …out to syslog at exit and whenever the `SIGUSR1` signal is received. The easiest way to send that …
|
/openthread-latest/examples/platforms/simulation/virtual_time/ |
D | platform-sim.c | 231 signal(SIGTERM, &handleSignal); in otSysInit() 232 signal(SIGHUP, &handleSignal); in otSysInit()
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_fork_server.c | 105 signal(SIGCHLD, SIG_IGN); in main()
|
D | ssl_server2.c | 1677 signal(SIGTERM, term_handler); in main() 1678 signal(SIGINT, term_handler); in main()
|
/openthread-latest/tests/scripts/thread-cert/ |
D | thread_cert.py | 34 import signal 613 self._dumpcap_proc.send_signal(signal.SIGTERM)
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | sha256.c | 172 static void sigill_handler(int signal) in sigill_handler() argument 174 (void) signal; in sigill_handler()
|
D | net_sockets.c | 114 signal(SIGPIPE, SIG_IGN); in net_prepare()
|
D | sha512.c | 167 static void sigill_handler(int signal) in sigill_handler() argument 169 (void) signal; in sigill_handler()
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 434 signal(signum, sighandler); in sighandler() 440 signal(SIGALRM, sighandler); in mbedtls_set_alarm()
|
/openthread-latest/src/cli/ |
D | README_TCP.md | 219 Sends the "end of stream" signal (i.e., FIN segment) over the TCP connection associated with the ex…
|
D | README.md | 1661 Delete all stored settings, and signal a platform reset. 4279 List the macfilter status, including address and received signal strength filter settings. 4333 Add an IEEE 802.15.4 Extended Address to the address filter, and fixed the received signal strength… 4376 Set the received signal strength for the messages from the IEEE802.15.4 Extended Address. If extadd… 4404 …moves the received signal strength or received link quality setting on the Extended Address. If ex… 4418 Clear all the received signal strength or received link quality settings.
|
/openthread-latest/tests/toranj/cli/ |
D | cli.py | 39 import signal
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 414 …` to deny or reenable access. Use a debugger to handle SIGSEGV (Gdb: set signal catchpoint). If th…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 250 you'll need to define the appropriate MBEDTLS_PSA_ACCEL macros to signal
|