Home
last modified time | relevance | path

Searched refs:_gc_prev (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_gc.h19 uintptr_t _gc_prev; member
49 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
52 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
57 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
59 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
H A Dpycore_object.h41 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
47 PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
51 generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
79 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_gc.h19 uintptr_t _gc_prev; member
49 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
52 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
57 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
59 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
H A Dpycore_object.h38 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
44 PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
48 generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
76 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dobjimpl.h53 uintptr_t _gc_prev; member
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
86 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
91 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
93 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_gc.h19 uintptr_t _gc_prev; member
49 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
52 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
57 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
59 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
H A Dpycore_object.h86 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK()
92 PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev); in _PyObject_GC_TRACK()
96 generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK()
126 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK()
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dobjimpl.h53 uintptr_t _gc_prev; member
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
86 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
91 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
93 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dobjimpl.h53 uintptr_t _gc_prev; member
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
86 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
91 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
93 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dobjimpl.h53 uintptr_t _gc_prev; member
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
86 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
91 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
93 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dobjimpl.h53 uintptr_t _gc_prev; member
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
86 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
91 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
93 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_gc.h19 uintptr_t _gc_prev; member
49 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
52 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
57 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
59 _Py_RVALUE((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
H A Dpycore_object.h84 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK()
90 PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev); in _PyObject_GC_TRACK()
94 generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK()
124 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_gc.h19 uintptr_t _gc_prev; member
49 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
52 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
57 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
59 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
H A Dpycore_object.h84 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK()
90 PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev); in _PyObject_GC_TRACK()
94 generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK()
124 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dobjimpl.h53 uintptr_t _gc_prev; member
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK))
86 (g)->_gc_prev = ((g)->_gc_prev & ~_PyGC_PREV_MASK) \
91 (((g)->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0)
93 ((g)->_gc_prev |= _PyGC_PREV_MASK_FINALIZED)
/dports/databases/py-gdbm/Python-3.8.12/Include/internal/
H A Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
40 PyGC_Head *last = (PyGC_Head*)(_PyRuntime.gc.generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
44 _PyRuntime.gc.generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
72 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/lang/python38/Python-3.8.12/Include/internal/
H A Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
40 PyGC_Head *last = (PyGC_Head*)(_PyRuntime.gc.generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
44 _PyRuntime.gc.generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
72 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/lang/python-tools/Python-3.8.12/Include/internal/
H A Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
40 PyGC_Head *last = (PyGC_Head*)(_PyRuntime.gc.generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
44 _PyRuntime.gc.generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
72 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Include/internal/
H A Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
40 PyGC_Head *last = (PyGC_Head*)(_PyRuntime.gc.generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
44 _PyRuntime.gc.generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
72 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/internal/
H A Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
40 PyGC_Head *last = (PyGC_Head*)(_PyRuntime.gc.generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
44 _PyRuntime.gc.generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
72 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/internal/
H A Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
40 PyGC_Head *last = (PyGC_Head*)(_PyRuntime.gc.generation0->_gc_prev); in _PyObject_GC_TRACK_impl()
44 _PyRuntime.gc.generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK_impl()
72 gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED; in _PyObject_GC_UNTRACK_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dgcmodule.c75 return (g->_gc_prev & PREV_MASK_COLLECTING) != 0; in gc_is_collecting()
81 g->_gc_prev &= ~PREV_MASK_COLLECTING; in gc_clear_collecting()
93 g->_gc_prev = (g->_gc_prev & ~_PyGC_PREV_MASK) in gc_set_refs()
100 g->_gc_prev = (g->_gc_prev & _PyGC_PREV_MASK_FINALIZED) in gc_reset_refs()
111 g->_gc_prev -= 1 << _PyGC_PREV_SHIFT; in gc_decref()
209 list->_gc_prev = (uintptr_t)list; in gc_list_init()
223 PyGC_Head *last = (PyGC_Head *)list->_gc_prev; in gc_list_append()
231 list->_gc_prev = (uintptr_t)node; in gc_list_append()
265 list->_gc_prev = (uintptr_t)node; in gc_list_move()
546 young->_gc_prev = (uintptr_t)prev; in move_unreachable()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dgcmodule.c75 return (g->_gc_prev & PREV_MASK_COLLECTING) != 0; in gc_is_collecting()
81 g->_gc_prev &= ~PREV_MASK_COLLECTING; in gc_clear_collecting()
93 g->_gc_prev = (g->_gc_prev & ~_PyGC_PREV_MASK) in gc_set_refs()
100 g->_gc_prev = (g->_gc_prev & _PyGC_PREV_MASK_FINALIZED) in gc_reset_refs()
111 g->_gc_prev -= 1 << _PyGC_PREV_SHIFT; in gc_decref()
209 list->_gc_prev = (uintptr_t)list; in gc_list_init()
223 PyGC_Head *last = (PyGC_Head *)list->_gc_prev; in gc_list_append()
231 list->_gc_prev = (uintptr_t)node; in gc_list_append()
265 list->_gc_prev = (uintptr_t)node; in gc_list_move()
546 young->_gc_prev = (uintptr_t)prev; in move_unreachable()
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dgcmodule.c75 return (g->_gc_prev & PREV_MASK_COLLECTING) != 0; in gc_is_collecting()
81 g->_gc_prev &= ~PREV_MASK_COLLECTING; in gc_clear_collecting()
93 g->_gc_prev = (g->_gc_prev & ~_PyGC_PREV_MASK) in gc_set_refs()
100 g->_gc_prev = (g->_gc_prev & _PyGC_PREV_MASK_FINALIZED) in gc_reset_refs()
111 g->_gc_prev -= 1 << _PyGC_PREV_SHIFT; in gc_decref()
209 list->_gc_prev = (uintptr_t)list; in gc_list_init()
223 PyGC_Head *last = (PyGC_Head *)list->_gc_prev; in gc_list_append()
231 list->_gc_prev = (uintptr_t)node; in gc_list_append()
265 list->_gc_prev = (uintptr_t)node; in gc_list_move()
546 young->_gc_prev = (uintptr_t)prev; in move_unreachable()
[all …]

12