{
{    The purpose of this request is to make a selected task ready, and to give
{ up control of the CPU by the currently executing task.  The calling task is
{ put into WAIT, waiting for an event to occur.
{
{    PMP$READY_TASK_AND WAIT (GLOBAL_TASKID, REQUESTED_MS, EXPECTED_MS, STATUS)
{
{    GLOBAL_TASKID:  (INPUT) This parameter specifies the task which is to be
{          made ready.
{
{    REQUESTED_MS:  (INPUT) This parameter specifies the maximum amount of time
{          (in milliseconds) before the task will become a candidate for
{          execution.
{
{    EXPECTED_MS:  (INPUT) This parameter specifies the amount of time (in
{          milliseconds) that the caller expects to wait before an event occurs
{          to make the task ready.
{
{    STATUS: (OUTPUT) This parameter specifies the request status.
{       CONDITIONS:
{             pme$insufficient_privilege
{             pme$unknown_recipient_task
