mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 22:26:00 +02:00
Also define PHTREAD_INHERIT_SCHED
git-svn-id: trunk@29056 -
This commit is contained in:
parent
1fcc0490fe
commit
f9abd7b1da
@ -19,7 +19,9 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
CONST PTHREAD_EXPLICIT_SCHED = 1;
|
||||
CONST
|
||||
PTHREAD_INHERIT_SCHED = 0;
|
||||
PTHREAD_EXPLICIT_SCHED = 1;
|
||||
PTHREAD_CREATE_DETACHED = 1;
|
||||
PTHREAD_SCOPE_PROCESS = 0;
|
||||
SEM_FAILED = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user