

{
{    The purpose of this procedure is to wait for the termination of all of the
{  asynchronous procedure child tasks that have a particular stack frame in this
{  parent task that is a critical frame.
{
{        PMP$AWAIT_ADA_TASK (CRITICAL_FRAME)
{
{  CRITICAL_FRAME: (input) This parameter specifies the PVA of the most recent
{        entry on this task's stack that is also required to be present in its
{        child.  This procedure will not be return until all child tasks using
{        this stack frame have terminated.
{
{
