[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Set the thread manager, optionally return the current thread manager.
Source position: line 0
function SetThreadManager( |
const NewTM: TThreadManager; |
var OldTM: TThreadManager |
):Boolean; |
const NewTM: TThreadManager |
):Boolean; |
SetThreadManager sets the thread manager to NewTM. If OldTM is given, SetThreadManager uses it to return the previously used thread manager.
The function returns True if the threadmanager was set succesfully, False if an error occurred.
For more information about thread programming, see the programmer's guide.
If an error occurred cleaning up the previous manager, or an error occurred initializing the new manager, False is returned.
|
Return the current thread manager |
|
|
Thread manager record. |
No notes exist for this page yet.