From 345fc11da9dcad5faa23f9888c8f3a0260e8ad45 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 May 2008 20:38:03 +0000 Subject: 2008-05-22 Joel Sherrill * itron/include/rtems/itron/task.h, itron/src/del_tsk.c, itron/src/exd_tsk.c, itron/src/task.c, posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, posix/src/cancelrun.c, posix/src/pthread.c, posix/src/pthreadexit.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c, posix/src/testcancel.c, rtems/src/taskdelete.c, score/inline/rtems/score/object.inl, score/src/objectclose.c, score/src/threadclose.c: Make all task delete/exit/cancel routines follow the same critical section pattern. Also ensure that POSIX cancelation routines are run at thread exit. --- cpukit/itron/include/rtems/itron/task.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/itron/include/rtems/itron/task.h') diff --git a/cpukit/itron/include/rtems/itron/task.h b/cpukit/itron/include/rtems/itron/task.h index e136c5719f..34b424823e 100644 --- a/cpukit/itron/include/rtems/itron/task.h +++ b/cpukit/itron/include/rtems/itron/task.h @@ -75,15 +75,6 @@ void _ITRON_Task_Manager_initialization( itron_initialization_tasks_table *user_tasks ); -/* - * - * _ITRON_Delete_task - */ - -ER _ITRON_Delete_task( - Thread_Control *the_thread -); - /* * Return a status code and enable dispatching */ -- cgit v1.2.3