mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 23:20:50 +01:00
* WebAssembly threads: use high(uint32) as MaxThreadSignal
This commit is contained in:
parent
db05be80bd
commit
db1d903a11
@ -25,7 +25,7 @@
|
||||
{//$DEFINE DEBUGWASMTHREADS}
|
||||
|
||||
Const
|
||||
MaxThreadSignal = 1000; // maximum threads to signal
|
||||
MaxThreadSignal = high(uint32); // maximum threads to signal
|
||||
|
||||
Type
|
||||
TThreadState = (tsNone,tsInit,tsRunning,tsCanceling,tsExit);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user