Class tsemthread
Unit
Declaration
type tsemthread = class(tmutexthread)
Description
No description available, ancestor tmutexthread description follows
No description available, ancestor tmsethread description follows
Hierarchy
- TObject
- tmsethread
- tmutexthread
- tsemthread
Overview
Fields
fsem: semty; |
Methods
constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override; |
|
destructor destroy; override; |
|
function semwait(const atimeoutus: integer = 0): boolean; |
|
function sempost: boolean; |
|
function semtrywait: boolean; |
|
function semcount: integer; |
Description
Fields
fsem: semty; |
|
Methods
constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override; |
|
destructor destroy; override; |
|
function semwait(const atimeoutus: integer = 0): boolean; |
|
function sempost: boolean; |
|
function semtrywait: boolean; |
|
function semcount: integer; |
|
Generated by PasDoc 0.16.0.