Home
last modified time | relevance | path

Searched refs:_exiting (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dutil.py316 return _exiting or _exiting is None
318 _exiting = False variable
327 global _exiting
329 if not _exiting:
330 _exiting = True
/third_party/node/lib/internal/process/
Dexecution.js162 if (!process._exiting) {
163 process._exiting = true;
Dper_thread.js190 if (!process._exiting) {
191 process._exiting = true;
Dtask_queues.js106 if (process._exiting)
Dpre_execution.js154 process._exiting = false;
/third_party/node/lib/internal/main/
Dworker_thread.js197 if (!process._exiting) {
199 process._exiting = true;
/third_party/node/test/parallel/
Dtest-next-tick-when-exiting.js7 assert.strictEqual(process._exiting, true);
/third_party/node/deps/undici/src/node_modules/busboy/test/
Dcommon.js43 if (process._exiting)
/third_party/node/lib/internal/assert/
Dcalltracker.js98 if (process._exiting)
/third_party/node/lib/internal/bootstrap/
Dnode.js102 process._exiting = false;
/third_party/node/test/common/
Dindex.js426 if (process._exiting)
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md2781 …ommit/04bcdf63a0)] - **src**: use a typed array internally for process.\_exiting (Darshan Sen) [#4…