Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1536 static void sigint(int s) in sigint() function
1542 setsig(SIGINT, sigint); in sigint()
1771 setsig(SIGTERM, sigint); /* Stop gracefully, as soon as we possibly can. */ in process()
1772 setsig(SIGINT , sigint); /* Either skip current input or behave as SIGTERM. */ in process()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst819 static sig_atomic_t sigint = 0;
823 sigint = 1;
976 while (likely(!sigint)) {