[RTEMS Project] #2626: Unify thread cancel/join and delete
RTEMS trac
trac at rtems.org
Mon Mar 7 07:11:26 UTC 2016
#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
More information about the bugs
mailing list