Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Synch module version 1.0 ...

aminer10
Novice
140 Views


Hello,


Synch module version 1.0


Description:

Synch module supports Windows,Mac OSX, Linux and Unix...

and the following have been added to the Synch module:

TCriticalSection,TMutex,TSimpleEvent,TSemaphore,TMultiReadExclusiveWrite.


Note: With TMultiReadExclusiveWrite you can give preference to the reader or writer.


Language: FPC Pascal v2.2.0+ / Delphi 7+: http://www.freepascal.org/

Operating Systems: Windows, Mac OSX , Linux , Unix...


Required FPC switches: -O3 -Sd -dFPC -dFreePascal

-Sd for delphi mode....

-dUnix for Unix and Max OSX

-dWindows for windows

-dLinux for Linux

Required Delphi switches: -DMSWINDOWS -$H+

For Delphi 5,6,7 use -DDelphi switch

For Delphi 2005,2006,2007,2009,2010+ use the switch -DDELPHI2005+

You can download my Synch module from:

http://pages.videotron.com/aminer/


Sincerely,
Amine Moulay Ramdane.

0 Kudos
0 Replies
Reply