fpc/rtl/darwin
Jonas Maebe 92a2ba07ad * fixed web bug #3387: if one called resume right after creating a
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.
2005-03-01 20:38:49 +00:00
..
powerpc * truncate log 2005-02-14 17:13:06 +00:00
console.pp * first working version of the Darwin/Mac OS X (for PowerPC) RTL 2004-01-04 20:05:38 +00:00
errno.inc * truncate log 2005-02-14 17:13:06 +00:00
Makefile * ctypes.inc moved to unix/ 2005-02-13 21:56:28 +00:00
Makefile.fpc * 1.9.8 2005-02-15 22:28:29 +00:00
pthread.inc * truncate log 2005-02-14 17:13:06 +00:00
ptypes.inc * truncate log 2005-02-14 17:13:06 +00:00
signal.inc * truncate log 2005-02-14 17:13:06 +00:00
sysctlh.inc * truncate log 2005-02-14 17:13:06 +00:00
termio.pp * truncate log 2005-02-14 17:13:06 +00:00
termios.inc * truncate log 2005-02-14 17:13:06 +00:00
termiosproc.inc * truncate log 2005-02-14 17:13:06 +00:00
tthread.inc * fixed web bug #3387: if one called resume right after creating a 2005-03-01 20:38:49 +00:00
unxconst.inc * truncate log 2005-02-14 17:13:06 +00:00
unxfunc.inc * truncate log 2005-02-14 17:13:06 +00:00
unxsockh.inc * truncate log 2005-02-14 17:13:06 +00:00