[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rtems_task_delete



Hi:
The rtems_task_delete routine does some deletions and free
actions,however not include semaphore releases.When we delete a thread
which is holding some semaphores/mutexes,it may cause problem in my
opinion.Does the kernel do the semaphore releases in other place or not
do that at all?

Thanks,
WuHao