mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-28 01:47:22 +01:00
Note: The only RTL where this could lead to problems is for BeOS with the old threading implementation as this does not use "BeginThread" at all (the newer implementation does). rtl/objpas/classes/classes.inc, TThread.Destroy: * call "CloseThread" if the thread handle is valid (mimics the logic of the Windows RTL) rtl/win/tthread.inc, TThread.SysDestroy: * remove the call to "CloseHandle"; this is done by "CloseThread" afterwards git-svn-id: trunk@24313 - |
||
|---|---|---|
| .. | ||
| action.inc | ||
| bits.inc | ||
| classes.inc | ||
| classesh.inc | ||
| collect.inc | ||
| compon.inc | ||
| constsg.inc | ||
| constss.inc | ||
| cregist.inc | ||
| dm.inc | ||
| filer.inc | ||
| intf.inc | ||
| lists.inc | ||
| parser.inc | ||
| persist.inc | ||
| reader.inc | ||
| resref.inc | ||
| sllist.inc | ||
| streams.inc | ||
| stringl.inc | ||
| twriter.inc | ||
| util.inc | ||
| writer.inc | ||