Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 years ago |
Jonas Maebe
|
4e78a30ee3
* only print exception backtrace at end of unhandled exception in
|
18 years ago |
Jonas Maebe
|
f3a00b0731
* cache result of GetThreadManager in InitThreads
|
18 years ago |
micha
|
dd350255a4
* print thread handle unsigned in unix thread debug info
|
18 years ago |
micha
|
721ae51cd0
* dump stack when thread terminates because of exception (unix)
|
18 years ago |
Jonas Maebe
|
172f85c8c3
* fixed important typo in better comments :)
|
18 years ago |
Jonas Maebe
|
e93d612f4a
* fixed FFreeOnTerminate handing in destructor + better comments
|
18 years ago |
Jonas Maebe
|
4dd3be0e5a
* return thread function result via pthread_exit() from CBeginThread
|
18 years ago |
Jonas Maebe
|
526a79a3c6
* disable thread suspension from another thread under *nix, see added
|
18 years ago |
Jonas Maebe
|
157e5eb02e
* fixed debug code for 64 bit
|
18 years ago |
Jonas Maebe
|
652d331922
* fixed 64 bit compilation
|
18 years ago |
Jonas Maebe
|
cf4b3f2e4d
* don't destroy fsem in tthread.destroy before its potential last use
|
18 years ago |
Jonas Maebe
|
4cbbfd7f5c
* set FSuspended also if a tthread is suspended by an external thread
|
18 years ago |
Jonas Maebe
|
1867a46f34
- disabled fix for mantis 6693 from r5662 since the fix itself also
|
18 years ago |
Jonas Maebe
|
96b379ab0b
* fixed initial suspending bug in r5662
|
18 years ago |
Jonas Maebe
|
0c3afc0cf4
+ implementation of cSemaphore* and BasicRTLEvent based on
|
18 years ago |