コード例 #1
0
/*  LOCATION */
	struct Library *, RexxSysBase, 75, RexxSys)

/*  FUNCTION

    INPUTS

    RESULT

    NOTES

    EXAMPLE

    BUGS

    SEE ALSO

    INTERNALS


*****************************************************************************/
{
    AROS_LIBFUNC_INIT

    ObtainSemaphore(&RSBI(RexxSysBase)->semaphore);
  
    ReturnVoid("LockRexxBase");
    AROS_LIBFUNC_EXIT
} /* LockRexxBase */
コード例 #2
0
/*  LOCATION */
	struct Library *, RexxSysBase, 76, RexxSys)

/*  FUNCTION

    INPUTS

    RESULT

    NOTES

    EXAMPLE

    BUGS

    SEE ALSO

    INTERNALS


*****************************************************************************/
{
    AROS_LIBFUNC_INIT

    ReleaseSemaphore(&RSBI(RexxSysBase)->semaphore);

    ReturnVoid("UnlockRexxBase");
    AROS_LIBFUNC_EXIT
} /* UnlockRexxBase */