Class tmutexthread

Unit

Declaration

type tmutexthread = class(tmsethread)

Description

No description available, ancestor tmsethread description follows

Hierarchy

Overview

Fields

Protected fmutex: mutexty;

Methods

Public constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override;
Public destructor destroy; override;
Public function lock: boolean;
Public procedure unlock;

Description

Fields

Protected fmutex: mutexty;
 

Methods

Public constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override;
 
Public destructor destroy; override;
 
Public function lock: boolean;
 
Public procedure unlock;
 

Generated by PasDoc 0.16.0.