mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 23:27:23 +01:00
* cthreads for unix
This commit is contained in:
parent
aa67951cf4
commit
190c8e4d3c
@ -3,7 +3,12 @@
|
||||
{$mode objfpc}
|
||||
{$threading on}
|
||||
|
||||
uses sysutils;
|
||||
uses
|
||||
sysutils
|
||||
{$ifdef unix}
|
||||
,cthreads
|
||||
{$endif}
|
||||
;
|
||||
|
||||
const
|
||||
threadcount = 100;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user