Class tsemthread

Unit

Declaration

type tsemthread = class(tmutexthread)

Description

This item has no description.

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;

This item has no description.

Methods

Public constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public function semwait(const atimeoutus: integer = 0): boolean;

This item has no description.

Public function sempost: boolean;

This item has no description.

Public function semtrywait: boolean;

This item has no description.

Public function semcount: integer;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.