|
__init__(self,
name=' a_process ' ,
sim=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
acquired(self,
res)
Multi - functional test for reneging for 'request' and 'get':
(1)If res of type Resource:
Tests whether resource res was acquired when proces reactivated. |
source code
|
|
|
|
|
cancel(self,
victim)
Application function to cancel all event notices for this Process
instance;(should be all event notices for the _generator_). |
source code
|
|
|
interrupt(self,
victim)
Application function to interrupt active processes |
source code
|
|
|
interruptReset(self)
Application function for an interrupt victim to get out of
'interrupted' state. |
source code
|
|
|
|
|
|
|
|
|
start(self,
pem=None,
at=' undefined ' ,
delay=' undefined ' ,
prior=False)
Activates PEM of this Process. |
source code
|
|
|
|
|
|
Inherited from Lister.Lister :
__repr__ ,
__str__ ,
attrnames
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|