Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.12.37 Psigpending TOS Name: »Psigpending« - Check which signals have been sent but not yet processed. Opcode: 291 Syntax: int32_t Psigpending ( void ); Description: The function Psigpending returns the signals that have been sent to the calling process, but not yet handled (say because they are blocked with Psigblock or because they are currently being processed). Return value: The function returns the desired signals as a bit-mask in a LONG; for each bit n set, signal n is waiting to be processed. Availability: As of the first in MultiTOS integrated MiNT version 1.04, and MagiC as of Version 4.50. Group: Process functions See also: Binding Psigblock Psignal Psigsetmask Signals