C# Class IronPython.Modules.PythonThread

Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
_count ( CodeContext context ) : int
allocate ( ) : object
exit ( ) : void
exit_thread ( ) : void
get_ident ( ) : object
interrupt_main ( ) : void
stack_size ( CodeContext context ) : int
stack_size ( CodeContext context, int size ) : int

Private Methods

Method Description
CreateThread ( CodeContext context, ThreadStart start ) : Thread
GetStackSize ( CodeContext context ) : int
PerformModuleReload ( IronPython.Runtime.PythonContext context, PythonDictionary dict ) : void
SetStackSize ( CodeContext context, int stackSize ) : void
allocate_lock ( ) : object
start_new ( CodeContext context, object function, object args ) : object
start_new_thread ( CodeContext context, object function, object args ) : object
start_new_thread ( CodeContext context, object function, object args, object kwDict ) : object

Method Details

_count() public static method

public static _count ( CodeContext context ) : int
context CodeContext
return int

allocate() public static method

public static allocate ( ) : object
return object

exit() public static method

public static exit ( ) : void
return void

exit_thread() public static method

public static exit_thread ( ) : void
return void

get_ident() public static method

public static get_ident ( ) : object
return object

interrupt_main() public static method

public static interrupt_main ( ) : void
return void

stack_size() public static method

public static stack_size ( CodeContext context ) : int
context CodeContext
return int

stack_size() public static method

public static stack_size ( CodeContext context, int size ) : int
context CodeContext
size int
return int