mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 05:22:59 +01: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.
		
	
					 | 
			||
|---|---|---|
| .. | ||
| powerpc | ||
| console.pp | ||
| errno.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| pthread.inc | ||
| ptypes.inc | ||
| signal.inc | ||
| sysctlh.inc | ||
| termio.pp | ||
| termios.inc | ||
| termiosproc.inc | ||
| tthread.inc | ||
| unxconst.inc | ||
| unxfunc.inc | ||
| unxsockh.inc | ||