List Question
14 TechQA 2021-02-24T18:07:41.453000Sending data from parent to child through sigqueue
151 views
Asked by Vighnesh Nayak
Ignoring signal if it's sent too quickly
122 views
Asked by vapandris
Parent won't receive signal with sigqueue call - C
317 views
Asked by Toni Nagy
C - Valgrind reporting "Syscall param points to uninitialised byte" when sigqueue call
2.8k views
Asked by Rafael Sanchez Sanchez
Can signals be pushed from and to self process and then handled as event on EPOLL?
87 views
Asked by Tanuj Sinha
Is there any way to use sigqueue on OS X?
749 views
Asked by jorge saraiva
sigqueue() to send a signal to process group
2k views
Asked by Baal
Send child pid using sigqueue and SIGUSR1 to father
1.5k views
Asked by Tanatos Daniel
How do I receive data sent by sigqueue() syscall
9.1k views
Asked by JohnG
Can I send char* with sigqueue to another process
1.1k views
Asked by noname
Is the data in siginfo trustworthy?
3.3k views
Asked by R.. GitHub STOP HELPING ICE
Can't build sigqueue example with gcc but g++ is ok?
1.5k views
Asked by Johan
How do I receive a signal sent with sigqueue in a c program (on linux)?
7.8k views
Asked by Johan
How do I send and receive real-time signals `sigqueue()` in Python?
1.5k views
Asked by joeforker