About the delivery of standard signals
By contrast, if multiple instances of a standard signal are delivered while that signal is currently blocked , then only one instance is queued. I think the above description is not so clear and causing ambiguity to me: what if the specific signal is not blocked , will multiple instances of the same signal be queued? Where is the signal queued,a process specific location or a global location? How is the queued signals handled, will it be possible that two signals are being processed at the same time,or it's guaranteed signals will be processed one by one? So it's actually 3 questions here..