2014-10-02 22:09 GMT+08:00 Michael Schnell <mschn...@lumino.de>:

>
> AFAIR, in Linux, the fpc RTL calls the pthread library "mutex..."
> function. This library uses Futex, if the arch supports that, and uses the
> plain old MUTEX system call if the arch does not support FUTEX.
>

I need my program to work on both Linux and Windows, can I still use
FUTEX?  For Critical Sections, FPC has the TCriticalSection object, is
there a TMutex object?

Xiangrong
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to