[RTEMS Project] #2702: Remove descriptor objects for POSIX message queues
RTEMS trac
trac at rtems.org
Mon May 2 10:07:53 UTC 2016
#2702: Remove descriptor objects for POSIX message queues
-----------------------------+------------------------------
Reporter: sebastian.huber | Owner: sebastian.huber
Type: defect | Status: new
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.10
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"c8982e5f6a4857444676165deab1e08dc91a6847/rtems"]:
{{{
#!CommitTicketReference repository="rtems"
revision="c8982e5f6a4857444676165deab1e08dc91a6847"
posix: Simplify message queues
The mq_open() function returns a descriptor to a POSIX message queue
object identified by a name. This is similar to sem_open(). In
contrast to the POSIX semaphore the POSIX message queues use a separate
object for the descriptor. This extra object is superfluous, since the
object identifier can be used directly for this purpose, just like for
the semaphores.
Update #2702.
Update #2555.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2702#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list