mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 02:21:42 +02:00
![]() suspended thread, it was possible that resume was executed before that thread had completed its initialisation in BeginThread -> FInitialSuspended was set to false in resume and nevertheless a semafore was posted * second problem fixed: set FSuspended to false before waking up the thread, so that it doesn't get FSuspended = true right after waking up. This should be done atomically to be completely correct though. |
||
---|---|---|
.. | ||
i386 | ||
classes.pp | ||
errno.inc | ||
Makefile | ||
Makefile.fpc | ||
ptypes.inc | ||
signal.inc | ||
syscalls.inc | ||
sysconst.inc | ||
sysctlh.inc | ||
sysnr.inc | ||
sysofft.inc | ||
systypes.inc | ||
termio.pp | ||
termios.inc | ||
termiosproc.inc | ||
tthread.inc | ||
unixsock.inc | ||
unixsysc.inc |