
{
{  The purpose of this procedure is to make a task ready either
{  conditionally or unconditionally.  A task can be conditionally
{  made ready if it is currently in a wait status and can be
{  unconditionally made ready irrespective of it's current status.
{  The WAIT INHIBITED flag in the PTL is set if it is specified
{  on the request.
{
{    TMP$SET_TASK_READY (TASKID, READY_CONDITION)
{
{  TASKID : (INPUT) This parameter specifies the task to be made ready.
{
{  READYING_TASK_PRIORITY : (INPUT) This parameter specifies the
{                          priority of the task which has issued the
{                          request to ready this task. This value is only used
{                          if the task being readied has subsystem locks set.
{
{  READY_CONDITION : (INPUT) This parameter specifies if the task
{                            is to be made ready conditionally or
{                            unconditionally.
{
