public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001645] New: Recursive Posix Mutexes
@ 2012-08-08  8:21 bugzilla-daemon
  2012-08-08  8:22 ` [Bug 1001645] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-08-08  8:21 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001645

           Summary: Recursive Posix Mutexes
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: bernd.edlinger@hotmail.de
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


This patch implements recursive Posix mutexes in eCos,
it uses an extension of the eCos kernel mutex object.

By default this functionality is not enabled in existing configurations.
There are new configuration options, to enable this.

To enable this extension, apply both patch files, and enable
CYGSEM_KERNEL_MUTEX_RECURSIVE and _POSIX_MUTEX_RECURSIVE.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001645] Recursive Posix Mutexes
  2012-08-08  8:21 [Bug 1001645] New: Recursive Posix Mutexes bugzilla-daemon
@ 2012-08-08  8:22 ` bugzilla-daemon
  2012-08-08  8:23 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-08-08  8:22 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001645

--- Comment #1 from Bernd Edlinger <bernd.edlinger@hotmail.de> 2012-08-08 09:22:02 BST ---
Created an attachment (id=1879)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1879)
Kernel Patch for recursive mutex objects.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001645] Recursive Posix Mutexes
  2012-08-08  8:21 [Bug 1001645] New: Recursive Posix Mutexes bugzilla-daemon
  2012-08-08  8:22 ` [Bug 1001645] " bugzilla-daemon
@ 2012-08-08  8:23 ` bugzilla-daemon
  2012-08-08  8:24 ` bugzilla-daemon
  2013-09-17 12:41 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-08-08  8:23 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001645

--- Comment #2 from Bernd Edlinger <bernd.edlinger@hotmail.de> 2012-08-08 09:23:04 BST ---
Created an attachment (id=1880)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1880)
Posix Layer patch for Recursive Mutex objects.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001645] Recursive Posix Mutexes
  2012-08-08  8:21 [Bug 1001645] New: Recursive Posix Mutexes bugzilla-daemon
  2012-08-08  8:22 ` [Bug 1001645] " bugzilla-daemon
  2012-08-08  8:23 ` bugzilla-daemon
@ 2012-08-08  8:24 ` bugzilla-daemon
  2013-09-17 12:41 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-08-08  8:24 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001645

Bernd Edlinger <bernd.edlinger@hotmail.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1880|0                           |1
           is patch|                            |

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001645] Recursive Posix Mutexes
  2012-08-08  8:21 [Bug 1001645] New: Recursive Posix Mutexes bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-08-08  8:24 ` bugzilla-daemon
@ 2013-09-17 12:41 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-09-17 12:41 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001645

Uwe Kindler <uwe_kindler@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uwe_kindler@web.de

--- Comment #3 from Uwe Kindler <uwe_kindler@web.de> ---
I'm also interested in recursive mutexes for eCos and I would like to know what
is wrong with this patch?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-17 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-08  8:21 [Bug 1001645] New: Recursive Posix Mutexes bugzilla-daemon
2012-08-08  8:22 ` [Bug 1001645] " bugzilla-daemon
2012-08-08  8:23 ` bugzilla-daemon
2012-08-08  8:24 ` bugzilla-daemon
2013-09-17 12:41 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).