Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-FilePsigblock()Psignal()Psigsetmask()Pause() GEMDOSSyntaxVOID Pause( VOID )
Function Pause() suspends the process until a signal is received.
Opcode 289 (0x121)
Availability This function is available under all MiNTversions integrated with MultiTOS.
Binding move.w #$121,-(sp)
trap #1
addq.l #2,sp
Comments If the signal handler does a 'C' longjmp() to a different
point in the process or if the handler's purpose is to exit
the process, this call will never return.
See Also Psigblock(), Psignal(), Psigsetmask()