.TITLE WTSE Wait for Single Event Flag .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index WTSE Wait for Single Event Flag ; ; ; Usage ; ; #include ; word eflag; /* Event flag number */ ; word status; /* Returned DSW */ ; ; status = wtse(eflag); ; ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial Edit ; V1.1 20-Oct-82 RBD Change P-Section. Fix Documentation. ; .mcall wtse$s wtse:: mov 2(sp),r0 ;r0 = event flag number wtse$s r0 mov $dsw,r0 ;return dsw return .end