Home
last modified time | relevance | path

Searched refs:_PyGCHead_SET_PREV (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_object.h42 _PyGCHead_SET_PREV(gc, last); in _PyObject_GC_TRACK_impl()
70 _PyGCHead_SET_PREV(next, prev); in _PyObject_GC_UNTRACK_impl()
/external/python/cpython3/Modules/
Dgcmodule.c226 _PyGCHead_SET_PREV(node, last); in gc_list_append()
242 _PyGCHead_SET_PREV(next, prev); in gc_list_remove()
258 _PyGCHead_SET_PREV(from_next, from_prev); in gc_list_move()
263 _PyGCHead_SET_PREV(node, to_prev); in gc_list_move()
282 _PyGCHead_SET_PREV(from_head, to_tail); in gc_list_merge()
285 _PyGCHead_SET_PREV(to, from_tail); in gc_list_merge()
443 _PyGCHead_SET_PREV(next, prev); in visit_reachable()
514 _PyGCHead_SET_PREV(gc, prev); in move_unreachable()
539 _PyGCHead_SET_PREV(gc, last); in move_unreachable()
914 _PyGCHead_SET_PREV(gc, prev); in check_garbage()
/external/python/cpython3/Include/cpython/
Dobjimpl.h84 #define _PyGCHead_SET_PREV(g, p) do { \ macro
/external/python/cpython3/Objects/
Dobject.c2064 _PyGCHead_SET_PREV(_Py_AS_GC(op), _PyRuntime.gc.trash_delete_later); in _PyTrash_deposit_object()
2076 _PyGCHead_SET_PREV(_Py_AS_GC(op), tstate->trash_delete_later); in _PyTrash_thread_deposit_object()