#2626: Unify thread cancel/join and delete
-----------------------------+-----------------------------
 Reporter:  sebastian.huber  |      Owner:  sebastian.huber
     Type:  enhancement      |     Status:  new
 Priority:  normal           |  Milestone:  4.12
Component:  cpukit           |    Version:  4.10
 Severity:  normal           |   Keywords:
-----------------------------+-----------------------------
 The rtems_task_delete() is basically a pthread_cancel() plus
 pthread_join(). Unify the implementation and introduce a _Thread_Cancel()
 and _Thread_Join() to be used by both APIs. Get rid of the Giant lock for
 thread delete.

--
Ticket URL: <http://devel.rtems.org/ticket/2626>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to