<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    Le 14/02/2012 12:15, Michael Schnell a écrit :
    <blockquote cite="mid:4F3A4264.8040405@lumino.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      On 02/14/2012 11:40 AM, Henry Vermaak wrote:
      <blockquote cite="mid:4F3A3A3A.3080403@gmail.com" type="cite">
        Look into the pthread man pages for info.  I<br>
      </blockquote>
      Usual pthread<small>_</small>mutex() functions are designed for
      working within a single process and thus will use Futex, if
      available and thus will not work system-wide. I don't know if
      pthreadlib offers an option for system wide Mutexes.<br>
      <br>
      System 5 named semaphores (sem_open() and friends) are designed to
      work system wide and (AFAI remember) don’t need any userspace
      memory resources. <br>
    </blockquote>
    Yeap. But <b>sem_open() </b>seems not to be in my current Lazarus
    installation. I could define it mysel AFAI know whivh libtaty to
    use.<br>
    <blockquote cite="mid:4F3A4264.8040405@lumino.de" type="cite"> <br>
      -Michael<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
  </body>
</html>