Searched refs:collecting (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Modules/ |
H A D | gcmodule.c | 185 PREV_MASK_COLLECTING is used only while collecting and cleared before GC ends 328 /* Walk the list and mark all objects as non-collecting */ 502 // It would be a logic error elsewhere if the collecting flag were set on in visit_reachable() 1199 PySys_WriteStderr("gc: collecting generation %d...\n", generation); in gc_collect_main() 1213 /* merge younger generations with one we are currently collecting */ in gc_collect_main() 1532 if (gcstate->collecting) { in gc_collect_impl() 1533 /* already collecting, don't do anything */ in gc_collect_impl() 1537 gcstate->collecting = 1; in gc_collect_impl() 1539 gcstate->collecting = 0; in gc_collect_impl() 2078 if (gcstate->collecting) { in PyGC_Collect() [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_gc.h | 148 int collecting; member
|
/third_party/python/Python/ |
H A D | traceback.c | 1341 if (tstate == current_tstate && tstate->interp->gc.collecting) { in _Py_DumpTracebackThreads() 1342 PUTS(fd, " Garbage-collecting\n"); in _Py_DumpTracebackThreads()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 7469 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 7513 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 10778 var collecting = trailing; 10781 collecting = true; 10800 collecting = true; 10836 if (collecting) { [all...] |
H A D | tsc.js | 7783 var collecting = trailing; 7786 collecting = true; 7804 collecting = true; 7840 if (collecting) { [all...] |
H A D | tsserverlibrary.js | 7488 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 7532 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 10797 var collecting = trailing; 10800 collecting = true; 10819 collecting = true; 10855 if (collecting) { [all...] |
H A D | typescript.js | 7479 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 7523 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 10788 var collecting = trailing; 10791 collecting = true; 10810 collecting = true; 10846 if (collecting) { [all...] |
H A D | typescriptServices.js | 7479 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 7523 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 10788 var collecting = trailing; 10791 collecting = true; 10810 collecting = true; 10846 if (collecting) { [all...] |
H A D | tsserver.js | 7489 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 7533 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 10798 var collecting = trailing; 10801 collecting = true; 10820 collecting = true; 10856 if (collecting) { [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 7438 // Since the error thrown by fs.statSync isn't used, we can avoid collecting a stack trace to improve 10645 var collecting = trailing; 10648 collecting = true; 10667 collecting = true; 10703 if (collecting) { [all...] |
Completed in 190 milliseconds