Unit msethread

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tmsethread  
Class tmutexthread  
Class tsemthread  
Class teventthread  
Class tsynchronizeevent  

Functions and Procedures

function synchronizeevent(const aevent: tsynchronizeevent; const aoptions: posteventoptionsty = []): boolean;

Types

threadprocty = function(thread: tmsethread): integer of object;
threadstatety = (...);
threadstatesty = set of threadstatety;

Constants

DefaultStackSize = 4*1024*1024;

Description

Functions and Procedures

function synchronizeevent(const aevent: tsynchronizeevent; const aoptions: posteventoptionsty = []): boolean;
 

Types

threadprocty = function(thread: tmsethread): integer of object;
 
threadstatety = (...);
 
Values
  • ts_started
  • ts_running
  • ts_terminated
  • ts_freeonterminate
  • ts_norun
threadstatesty = set of threadstatety;
 

Constants

DefaultStackSize = 4*1024*1024;
 

Generated by PasDoc 0.16.0.