Searched refs:_PyGCHead_SET_PREV (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_object.h | 94 _PyGCHead_SET_PREV(gc, last); in _PyObject_GC_TRACK() 124 _PyGCHead_SET_PREV(next, prev); in _PyObject_GC_UNTRACK()
|
D | pycore_gc.h | 50 #define _PyGCHead_SET_PREV(g, p) do { \ macro
|
/third_party/python/Modules/ |
D | gcmodule.c | 257 _PyGCHead_SET_PREV(node, last); in gc_list_append() 273 _PyGCHead_SET_PREV(next, prev); in gc_list_remove() 289 _PyGCHead_SET_PREV(from_next, from_prev); in gc_list_move() 294 _PyGCHead_SET_PREV(node, to_prev); in gc_list_move() 313 _PyGCHead_SET_PREV(from_head, to_tail); in gc_list_merge() 316 _PyGCHead_SET_PREV(to, from_tail); in gc_list_merge() 526 _PyGCHead_SET_PREV(next, prev); in visit_reachable() 597 _PyGCHead_SET_PREV(gc, prev); in move_unreachable() 623 _PyGCHead_SET_PREV(gc, last); in move_unreachable()
|
/third_party/python/Objects/ |
D | object.c | 2108 _PyGCHead_SET_PREV(_Py_AS_GC(op), gcstate->trash_delete_later); in _PyTrash_deposit_object() 2120 _PyGCHead_SET_PREV(_Py_AS_GC(op), tstate->trash_delete_later); in _PyTrash_thread_deposit_object()
|