fpc/rtl/objpas/classes
Jonas Maebe 77c1364713 * replaced use of semaphores in Unix version of TThread for suspend/resume
functionality with RTLEvent:
   o the thread manager semaphore functionality isn't used for anything else,
     and the main difference between mutex/condvar and semaphores is that the
     latter can be used for IPC (while the thread manager is always used
     within a single process) and that they are counting (but since a thread
     can only suspend itself nowadays, it cannot be suspended recursively)
   o OS X sandboxing does not support the use of semaphores (or rather: Apple
     does not allow sandboxing rules that enable the use of IPC semaphores in
     the appstore)

git-svn-id: trunk@28965 -
2014-11-02 15:00:24 +00:00
..
action.inc
bits.inc * Fixed upper limit in tbits.findnextbit, Mantis #25398. 2014-02-11 16:39:45 +00:00
classes.inc rewrite SpinLock to still work without the need to accidentally disable optimizations for a large part of the classes unit 2014-06-06 11:05:57 +00:00
classesh.inc * replaced use of semaphores in Unix version of TThread for suspend/resume 2014-11-02 15:00:24 +00:00
collect.inc * Make sure UpdateCount=0 when inherited destructor is called (and ooFree is dispatched (Bug ID 25821) 2014-03-05 09:22:19 +00:00
compon.inc * fixed compilation of unit classes with integer=smallint 2014-03-09 14:21:32 +00:00
constsg.inc
constss.inc
cregist.inc
dm.inc
filer.inc
intf.inc
lists.inc
parser.inc
persist.inc * fixed compilation of unit classes with integer=smallint 2014-03-09 14:21:32 +00:00
reader.inc * Fixed bug ID #26070 2014-05-11 12:12:12 +00:00
resref.inc
sllist.inc
streams.inc * Fix bug #24645 2014-09-14 16:17:25 +00:00
stringl.inc * Fix bug #26717 2014-09-14 15:06:34 +00:00
twriter.inc
util.inc
writer.inc * Changed the default packset setting to 1 and disabled the padding of 3-byte 2014-03-14 23:51:14 +00:00