@Properties(inherit=python.class) public class PyThreadState extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
PyThreadState.On_delete_Pointer |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyThreadState()
Default native constructor.
|
PyThreadState(long size)
Native array allocator.
|
PyThreadState(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyThreadState()
public PyThreadState(long size)
Pointer.position(long)
.public PyThreadState(Pointer p)
Pointer.Pointer(Pointer)
.public PyThreadState position(long position)
public _ts prev()
public PyThreadState prev(_ts setter)
public _ts next()
public PyThreadState next(_ts setter)
public PyInterpreterState interp()
public PyThreadState interp(PyInterpreterState setter)
public _frame frame()
public PyThreadState frame(_frame setter)
public int recursion_depth()
public PyThreadState recursion_depth(int setter)
public PyThreadState overflowed(byte setter)
public PyThreadState recursion_critical(byte setter)
public int stackcheck_counter()
public PyThreadState stackcheck_counter(int setter)
public int tracing()
public PyThreadState tracing(int setter)
public int use_tracing()
public PyThreadState use_tracing(int setter)
public Py_tracefunc c_profilefunc()
public PyThreadState c_profilefunc(Py_tracefunc setter)
public Py_tracefunc c_tracefunc()
public PyThreadState c_tracefunc(Py_tracefunc setter)
public PyObject c_profileobj()
public PyThreadState c_profileobj(PyObject setter)
public PyObject c_traceobj()
public PyThreadState c_traceobj(PyObject setter)
public PyObject curexc_type()
public PyThreadState curexc_type(PyObject setter)
public PyObject curexc_value()
public PyThreadState curexc_value(PyObject setter)
public PyObject curexc_traceback()
public PyThreadState curexc_traceback(PyObject setter)
@ByRef public _PyErr_StackItem exc_state()
public PyThreadState exc_state(_PyErr_StackItem setter)
public _PyErr_StackItem exc_info()
public PyThreadState exc_info(_PyErr_StackItem setter)
public PyObject dict()
public PyThreadState dict(PyObject setter)
public int gilstate_counter()
public PyThreadState gilstate_counter(int setter)
public PyObject async_exc()
public PyThreadState async_exc(PyObject setter)
public PyThreadState thread_id(long setter)
public int trash_delete_nesting()
public PyThreadState trash_delete_nesting(int setter)
public PyObject trash_delete_later()
public PyThreadState trash_delete_later(PyObject setter)
public PyThreadState.On_delete_Pointer on_delete()
public PyThreadState on_delete(PyThreadState.On_delete_Pointer setter)
public Pointer on_delete_data()
public PyThreadState on_delete_data(Pointer setter)
public int coroutine_origin_tracking_depth()
public PyThreadState coroutine_origin_tracking_depth(int setter)
public PyObject coroutine_wrapper()
public PyThreadState coroutine_wrapper(PyObject setter)
public int in_coroutine_wrapper()
public PyThreadState in_coroutine_wrapper(int setter)
public PyObject async_gen_firstiter()
public PyThreadState async_gen_firstiter(PyObject setter)
public PyObject async_gen_finalizer()
public PyThreadState async_gen_finalizer(PyObject setter)
public PyObject context()
public PyThreadState context(PyObject setter)
public PyThreadState context_ver(long setter)
public PyThreadState id(long setter)
Copyright © 2020. All rights reserved.