mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 08:50:44 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() 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 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |