Committed modifications from ITRON Task and Task Dependendent Synchronization

Working Group.  Included are tests.
This commit is contained in:
Joel Sherrill
1999-11-10 13:48:27 +00:00
parent dcc1f6b666
commit eb02f47b12
67 changed files with 1389 additions and 419 deletions

View File

@@ -117,10 +117,8 @@ ER _ITRON_Delete_task(
Objects_Information *the_information;
the_information = _Objects_Get_information( the_thread->Object.id );
if ( !the_information ) {
return -1; /* XXX */
/* This should never happen if _Thread_Get() works right */
return E_OBJ; /* XXX - should never happen */
}
_Thread_Close( the_information, the_thread );