Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - signal SIGUSR1: (2 Items)
   
signal SIGUSR1  
I have a problem 
write program mask signal SIGUSR1
do you have any ideas to write this program please help
 

Re: signal SIGUSR1  
Look in the docs for the sigaction calls. You can define actions for signals which includes masking them AFAIR. When you
 browse the docs, take a look at the 'See also' section at the end of each page, it often contains valueable hints.


- Malte