[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Record describing the mutex manager for the heap.
Source position: heaph.inc line 51
type TMemoryMutexManager = record |
||
MutexInit: procedure; |
|
Initialize the mutex |
MutexDone: procedure; |
|
Finalize (i.e. dispose of) the mutex. |
MutexLock: procedure; |
|
Lock the mutex |
MutexUnlock: procedure; |
|
Unlock the mutex. |
end; |
When the heapmanager needs a lock, then the mutex manager is used to handle the lock.
No notes exist for this page yet.