HomeSort by relevance Sort by last modified time
    Searched refs:id_refcount (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Python/
pystate.c 132 interp->id_refcount = -1;
308 interp->id_refcount = 0;
320 interp->id_refcount += 1;
332 assert(interp->id_refcount != 0);
333 interp->id_refcount -= 1;
334 int64_t refcount = interp->id_refcount;
    [all...]
  /external/python/cpython3/Include/
pystate.h 119 int64_t id_refcount; member in struct:_is

Completed in 60 milliseconds