[fpc-devel] Mutex!

Ales Katona almindor at gmail.com
Sat Nov 4 11:13:40 CET 2006


There's no "visible" mutex interface in fpc right now. ATM all
non-windows platforms have semaphores in the ThreadManager but the
windows ones afaik don't.

I think you can simply use CriticalSection instead of mutex to achieve
what you need.

Ales




More information about the fpc-devel mailing list