[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - MultiDOS Plus - RELEASE RESOURCE SEMAPHORE
        AH = 02h
        AL = semaphore number (00h-3Fh)
Return: AH = status
            00h successful
            01h not semaphore owner
            02h invalid semaphore number
Notes:  if any tasks are waiting for the semaphore, the first task on the wait
          queue will become the new owner and be reawakened
        do not use within an interrupt handler
SeeAlso: AH=10h"MultiDOS",AH=1Ch"MultiDOS"

See Also: 1501
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson