Semaphore.mui
DESCRIPTION
Semaphore.mui/Semaphore.mui The semaphore class helps to access dataspace objects from different tasks. Its methods are identical to the exec.library semaphore functions and work on the semaphore thats contained in the Semaphore classes instance data
MUIM_Semaphore_Attempt
MUIM_Semaphore_Attempt (V11) 0x80426ce2
SYNOPSIS
DoMethod(obj,MUIM_Semaphore_Attempt);
DESCRIPTION
Emulates exec.library/AttemptSemaphore
SEE ALSO
MUIM_Semaphore_AttemptShared
MUIM_Semaphore_AttemptShared (V11) 0x80422551
SYNOPSIS
DoMethod(obj,MUIM_Semaphore_AttemptShared);
DESCRIPTION
Emulates exec.library/AttemptSemaphoreShared. The autodocs suggested pre-V39 fixes are already implemented
SEE ALSO
MUIM_Semaphore_Obtain
MUIM_Semaphore_Obtain (V11) 0x804276f0
SYNOPSIS
DoMethod(obj,MUIM_Semaphore_Obtain);
DESCRIPTION
Emulates exec.library/ObtainSemaphore
SEE ALSO
MUIM_Semaphore_ObtainShared
MUIM_Semaphore_ObtainShared (V11) 0x8042ea02
SYNOPSIS
DoMethod(obj,MUIM_Semaphore_ObtainShared);
DESCRIPTION
Emulates exec.library/ObtainSemaphoreShared. The autodocs suggested pre-V39 fixes are already implemented
SEE ALSO
MUIM_Semaphore_Release
MUIM_Semaphore_Release (V11) 0x80421f2d
SYNOPSIS
DoMethod(obj,MUIM_Semaphore_Release);
DESCRIPTION
Emulates exec.library/ReleaseSemaphore