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 |
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 |
public static _count ( CodeContext context ) : int | ||
context | CodeContext | |
return | int |
public static stack_size ( CodeContext context ) : int | ||
context | CodeContext | |
return | int |
public static stack_size ( CodeContext context, int size ) : int | ||
context | CodeContext | |
size | int | |
return | int |