Home
last modified time | relevance | path

Searched refs:id_refcount (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_interp.h101 int64_t id_refcount; member
H A Dpycore_runtime_init.h51 .id_refcount = -1, \
/third_party/python/Python/
H A Dpystate.c648 interp->id_refcount = 0; in _PyInterpreterState_IDInitref()
661 interp->id_refcount += 1; in _PyInterpreterState_IDIncref()
674 assert(interp->id_refcount != 0); in _PyInterpreterState_IDDecref()
675 interp->id_refcount -= 1; in _PyInterpreterState_IDDecref()
676 int64_t refcount = interp->id_refcount; in _PyInterpreterState_IDDecref()

Completed in 6 milliseconds