C# Class IronPython.Modules.PythonThread.@lock

Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
__enter__ ( ) : object
__exit__ ( CodeContext context ) : void
acquire ( ) : object
acquire ( object waitflag ) : object
locked ( ) : bool
release ( CodeContext context ) : void

Private Methods

Méthode Description
CreateBlockEvent ( ) : void

Method Details

__enter__() public méthode

public __enter__ ( ) : object
Résultat object

__exit__() public méthode

public __exit__ ( CodeContext context ) : void
context CodeContext
Résultat void

acquire() public méthode

public acquire ( ) : object
Résultat object

acquire() public méthode

public acquire ( object waitflag ) : object
waitflag object
Résultat object

locked() public méthode

public locked ( ) : bool
Résultat bool

release() public méthode

public release ( CodeContext context ) : void
context CodeContext
Résultat void