mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
Also disable pthread_attr_setinheritsched call for BeOS
git-svn-id: trunk@37266 -
This commit is contained in:
parent
77b1cfcd0d
commit
0c7646761f
@ -361,7 +361,7 @@ Type PINTRTLEvent = ^TINTRTLEvent;
|
||||
writeln('Starting new thread');
|
||||
{$endif DEBUG_MT}
|
||||
pthread_attr_init(@thread_attr);
|
||||
{$if not defined(HAIKU) and not defined(ANDROID)}
|
||||
{$if not defined(HAIKU)and not defined(BEOS) and not defined(ANDROID)}
|
||||
{$if defined (solaris) or defined (netbsd) }
|
||||
pthread_attr_setinheritsched(@thread_attr, PTHREAD_INHERIT_SCHED);
|
||||
{$else not solaris}
|
||||
|
Loading…
Reference in New Issue
Block a user