Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. assassin5615

    kill signal sometimes can't be received

    I wrote a multi-thread application. in thread A, i called kill as below to send a SIGTERM signal. kill(getpid(), SIGTERM) in thread B, I have following code to wait for the SIGTERM signal. sigset_t waitsignalset; sigemptyset(&waitsignalset); // Add whatever signal(s) to be processed by...

Part and Inventory Search

Back
Top