Package org.bytedeco.cpython
Class PyThreadState
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyThreadState
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault native constructor.PyThreadState(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionint_status_active(int setter) int_status_bound(int setter) int_status_bound_gilstate(int setter) int_status_cleared(int setter) int_status_finalized(int setter) int_status_finalizing(int setter) int_status_holds_gil(int setter) int_status_initialized(int setter) int_status_unbound(int setter) int_whence()_whence(int setter) async_gen_finalizer(PyObject setter) async_gen_firstiter(PyObject setter) c_profilefunc(Py_tracefunc setter) c_profileobj(PyObject setter) intc_recursion_remaining(int setter) c_tracefunc(Py_tracefunc setter) c_traceobj(PyObject setter) context()longcontext_ver(long setter) intcoroutine_origin_tracking_depth(int setter) longcritical_section(long setter) current_exception(PyObject setter) current_frame(Pointer setter) datastack_chunk(_PyStackChunk setter) datastack_limit(int i) datastack_limit(int i, PyObject setter) datastack_limit(PointerPointer setter) datastack_top(int i) datastack_top(int i, PyObject setter) datastack_top(PointerPointer setter) delete_later(PyObject setter) dict()longdict_global_version(long setter) longeval_breaker(long setter) exc_info()exc_info(_PyErr_StackItem setter) exc_state(_PyErr_StackItem setter) getPointer(long i) intgilstate_counter(int setter) longid()id(long setter) interp()interp(PyInterpreterState setter) longnative_thread_id(long setter) next()next(PyThreadState setter) position(long position) prev()prev(PyThreadState setter) previous_executor(PyObject setter) intpy_recursion_limit(int setter) intpy_recursion_remaining(int setter) intrecursion_headroom(int setter) intstate()state(int setter) longthread_id(long setter) threading_local_key(PyObject setter) threading_local_sentinel(PyObject setter) inttracing()tracing(int setter) intwhat_event(int setter) Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
Constructor Details
-
PyThreadState
public PyThreadState()Default native constructor. -
PyThreadState
public PyThreadState(long size) Native array allocator. Access withPointer.position(long). -
PyThreadState
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
prev
-
prev
-
next
-
next
-
interp
-
interp
-
eval_breaker
-
eval_breaker
-
_status_initialized
-
_status_initialized
-
_status_bound
-
_status_bound
-
_status_unbound
-
_status_unbound
-
_status_bound_gilstate
-
_status_bound_gilstate
-
_status_active
-
_status_active
-
_status_holds_gil
-
_status_holds_gil
-
_status_finalizing
-
_status_finalizing
-
_status_cleared
-
_status_cleared
-
_status_finalized
-
_status_finalized
-
_whence
public int _whence() -
_whence
-
state
public int state() -
state
-
py_recursion_remaining
public int py_recursion_remaining() -
py_recursion_remaining
-
py_recursion_limit
public int py_recursion_limit() -
py_recursion_limit
-
c_recursion_remaining
public int c_recursion_remaining() -
c_recursion_remaining
-
recursion_headroom
public int recursion_headroom() -
recursion_headroom
-
tracing
public int tracing() -
tracing
-
what_event
public int what_event() -
what_event
-
current_frame
-
current_frame
-
c_profilefunc
-
c_profilefunc
-
c_tracefunc
-
c_tracefunc
-
c_profileobj
-
c_profileobj
-
c_traceobj
-
c_traceobj
-
current_exception
-
current_exception
-
exc_info
-
exc_info
-
dict
-
dict
-
gilstate_counter
public int gilstate_counter() -
gilstate_counter
-
async_exc
-
async_exc
-
thread_id
-
thread_id
-
native_thread_id
-
native_thread_id
-
delete_later
-
delete_later
-
critical_section
-
critical_section
-
coroutine_origin_tracking_depth
public int coroutine_origin_tracking_depth() -
coroutine_origin_tracking_depth
-
async_gen_firstiter
-
async_gen_firstiter
-
async_gen_finalizer
-
async_gen_finalizer
-
context
-
context
-
context_ver
-
context_ver
-
id
-
id
-
datastack_chunk
-
datastack_chunk
-
datastack_top
-
datastack_top
-
datastack_top
-
datastack_top
-
datastack_limit
-
datastack_limit
-
datastack_limit
-
datastack_limit
-
exc_state
-
exc_state
-
previous_executor
-
previous_executor
-
dict_global_version
-
dict_global_version
-
threading_local_key
-
threading_local_key
-
threading_local_sentinel
-
threading_local_sentinel
-