SpecSim Programmer Manual

class CSched : public CUnknown

ISched interface wrapper

Inheritance:

CSched < CUnknown


Private Methods

Jerror run( void )
the scheduling function

Inherited from CUnknown:

Private Methods

Juint addref( void )
Jerror query( const ComIID iid, CUnknown handle )
Juint release( void )

Documentation

The ISched interface abstracts the behavior of the client scheduler object (user of the native thread API), which essentially defines a set of call back functions for INative.

Jerror run( void )
the scheduling function. Will be called when the native thread package has no threads to run (all threads may be suspended).

Returns:
0 if success, -1 if failed


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++