Searched refs:_PyGCHead_SET_PREV (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_object.h | 117 * _PyGCHead_SET_PREV() for it to avoid unnecessary bitwise operations. 142 _PyGCHead_SET_PREV(gc, last); in _PyObject_GC_TRACK() 172 _PyGCHead_SET_PREV(next, prev); in _PyObject_GC_UNTRACK()
|
H A D | pycore_gc.h | 51 #define _PyGCHead_SET_PREV(g, p) do { \ macro
|
/third_party/python/Modules/ |
H A D | gcmodule.c | 253 _PyGCHead_SET_PREV(node, last); in gc_list_append() 269 _PyGCHead_SET_PREV(next, prev); in gc_list_remove() 285 _PyGCHead_SET_PREV(from_next, from_prev); in gc_list_move() 290 _PyGCHead_SET_PREV(node, to_prev); in gc_list_move() 309 _PyGCHead_SET_PREV(from_head, to_tail); in gc_list_merge() 312 _PyGCHead_SET_PREV(to, from_tail); in gc_list_merge() 522 _PyGCHead_SET_PREV(next, prev); in visit_reachable() 593 _PyGCHead_SET_PREV(gc, prev); in move_unreachable() 619 _PyGCHead_SET_PREV(gc, last); in move_unreachable()
|
/third_party/python/Objects/ |
H A D | object.c | 2239 _PyGCHead_SET_PREV(_Py_AS_GC(op), tstate->trash_delete_later); in _PyTrash_thread_deposit_object()
|
Completed in 7 milliseconds