Class tsemthread

Unit

Declaration

type tsemthread = class(tmutexthread)

Description

No description available, ancestor tmutexthread description follows
No description available, ancestor tmsethread description follows

Hierarchy

Overview

Fields

Protected fsem: semty;

Methods

Public constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override;
Public destructor destroy; override;
Public function semwait(const atimeoutus: integer = 0): boolean;
Public function sempost: boolean;
Public function semtrywait: boolean;
Public function semcount: integer;

Description

Fields

Protected fsem: semty;
 

Methods

Public constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override;
 
Public destructor destroy; override;
 
Public function semwait(const atimeoutus: integer = 0): boolean;
 
Public function sempost: boolean;
 
Public function semtrywait: boolean;
 
Public function semcount: integer;
 

Generated by PasDoc 0.16.0.