OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyGC_REFS_UNTRACKED
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
271
#define
_PyGC_REFS_UNTRACKED
(-2)
279
if (g->gc.gc_refs !=
_PyGC_REFS_UNTRACKED
) \
294
assert(g->gc.gc_refs !=
_PyGC_REFS_UNTRACKED
); \
295
g->gc.gc_refs =
_PyGC_REFS_UNTRACKED
; \
303
((_Py_AS_GC(o))->gc.gc_refs !=
_PyGC_REFS_UNTRACKED
)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
271
#define
_PyGC_REFS_UNTRACKED
(-2)
279
if (g->gc.gc_refs !=
_PyGC_REFS_UNTRACKED
) \
294
assert(g->gc.gc_refs !=
_PyGC_REFS_UNTRACKED
); \
295
g->gc.gc_refs =
_PyGC_REFS_UNTRACKED
; \
303
((_Py_AS_GC(o))->gc.gc_refs !=
_PyGC_REFS_UNTRACKED
)
Completed in 79 milliseconds