Karoly Balogh
|
88c7954d9f
rtl: add two defines toallow disabling the verbose error of the stub unicodestringmanager and threadmanager
|
il y a 1 an |
marcoonthegit
|
452ec93f06
* implement waitformultiple for win32 only.
|
il y a 2 ans |
Jonas Maebe
|
0758aa1143
FPU exception mask: generlised system unit interface
|
il y a 2 ans |
ondrej
|
a65158bfe8
* fix memory leak in RegisterLazyInitThreadingProc
|
il y a 4 ans |
ondrej
|
c64429cdd0
* lazy thread initialization support
|
il y a 4 ans |
michael
|
213d2905df
* Change some methods from using var to using out (bug ID 37376)
|
il y a 5 ans |
svenbarth
|
c8b7094378
* fix for Mantis #36940: apply (adjusted) patch by Bi0T1N to add functionality to the thread manager to set a thread's debug name (if supported by the platform)
|
il y a 5 ans |
florian
|
5ed2475c85
* InitThread variant without parameters as user threads normally cannot know the max. stack size
|
il y a 5 ans |
marco
|
8c854cedee
* more case fixes, mantis #32832 manually done.
|
il y a 7 ans |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
il y a 7 ans |
sergei
|
67bd4775fd
- Cleaned out thread manager semaphore support which was ever implemented only for Unix, and not used since r28965. This also reverts changes to System unit interface introduced in r27665.
|
il y a 9 ans |
pierre
|
cbb29a7e5d
Use FPC_NO_DEFAULT_HEAP to turn out RelocateHeap or MemoryManager.InitThread functions, used for msdos OS
|
il y a 9 ans |
nickysn
|
12a9664181
* use 16-bit offsets for threadvars on CPUs with 16-bit address space
|
il y a 9 ans |
sergei
|
d7c863185f
* Added plain calls for semaphore-related functionality, this removes need to maintain a second copy of thread manager in unis/tthread.inc.
|
il y a 11 ans |
svenbarth
|
764f36a179
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
|
il y a 12 ans |
pierre
|
70a29668a4
Try to fix simply the fpc_threadvar_relocate_proc problem
|
il y a 12 ans |
Jonas Maebe
|
14b1c8a99c
* moved fpc_threadvar_relocate_proc from systemh.inc to thread.inc
|
il y a 12 ans |
Jonas Maebe
|
dfe59e6838
- removed unimplemented/unsupported rtleventsync (mantis #23332)
|
il y a 12 ans |
pierre
|
4a9c8e330b
+ Move EXEC_callback into separate file win/systlsdir.inc
|
il y a 13 ans |
florian
|
f14e0a25c6
* reduce code size of dummy threading routines
|
il y a 14 ans |
sergei
|
24c3a43b35
* Call SysFlushStdio from FlushThread, instead of duplicating its functionality.
|
il y a 14 ans |
Jonas Maebe
|
d85ccd7418
* fixed compilation on targets where tthreadid is not an integer type after
|
il y a 14 ans |
sergei
|
5c3aca5148
* thread.inc, DoneThread: allow CurrentTM.ReleaseThreadVars to be unassigned and reset ThreadID (in preparation to support Windows native threadvars)
|
il y a 14 ans |
pierre
|
2d5ca71a06
+ New procedure SysFlushStdIO (code taken from InternalExit).
|
il y a 14 ans |
marco
|
8cce3d3f91
* closethread thread manager field/function. Mantis 13160
|
il y a 15 ans |
marco
|
c477df5046
* TCriticalSection.Tryenter support (Mantis 15928) + short test/demo
|
il y a 15 ans |
Jonas Maebe
|
13e8b3f23e
* don't give a "NoThreadError" for any default rtl/basicevent* routines,
|
il y a 15 ans |
Jonas Maebe
|
356845ba1e
* set function results for unimplemented generic thread manager routines
|
il y a 15 ans |
Jonas Maebe
|
0597c300f4
* applied feature dependencies patch by Sven Barth from mantis #13673 :
|
il y a 16 ans |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
il y a 17 ans |