Home
last modified time | relevance | path

Searched refs:inflight (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/npm/node_modules/promise-inflight/
DREADME.md1 # promise-inflight
8 const inflight = require('promise-inflight')
13 return inflight(key, () => {
30 * [inflight](https://npmjs.com/package/inflight) - For the callback based function on which this is…
Dinflight.js2 module.exports = inflight
12 inflight.active = active
13 function inflight (unique, doFly) { function
/third_party/node/deps/npm/node_modules/infer-owner/
Dindex.js55 const inflight = new Map() constant
58 if (inflight.has(path))
59 return Promise.resolve(inflight.get(path))
61 inflight.delete(path)
64 inflight.set(path, p)
70 inflight.clear()
/third_party/node/deps/npm/node_modules/run-queue/
Dqueue.js10 this.inflight = 0
39 while ((this.inflight < this.maxConcurrency) && this.queued) {
43 if (this.inflight) return
56 ++this.inflight
67 --self.inflight
69 if (self.queued <= 0 && self.inflight <= 0) {
/third_party/node/deps/npm/lib/install/
Dexists.js3 var inflight = require('inflight') variable
18 done = inflight('exists:' + dir, done)
24 done = inflight('exists:' + dir, done)
Dwritable.js4 var inflight = require('inflight') variable
20 done = inflight('writable:' + dir, done)
26 done = inflight('writable:' + dir, done)
/third_party/node/deps/npm/node_modules/inflight/
DREADME.md1 # inflight chapter
8 var inflight = require('inflight')
18 callback = inflight(key, callback)
Dinflight.js5 module.exports = wrappy(inflight)
7 function inflight (key, cb) { function
/third_party/node/deps/npm/lib/utils/
Dcorrect-mkdir.js3 const inflight = require('inflight') constant
13 cb = inflight('correctMkdir: ' + path, cb)
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js7 const inflight = require('promise-inflight') constant
55 return inflight(
/third_party/node/deps/npm/node_modules/socks-proxy-agent/
Dyarn.lock131 inflight "^1.0.4"
143 inflight "^1.0.4"
181 inflight@^1.0.4:
183 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/node/deps/npm/node_modules/glob/
Dglob.js58 var inflight = require('inflight') variable
503 var lstatcb = inflight(lstatkey, lstatcb_)
529 cb = inflight('readdir\0'+abs+'\0'+inGlobStar, cb)
/third_party/node/deps/npm/node_modules/registry-auth-token/
Dyarn.lock624 inflight "^1.0.4"
634 inflight "^1.0.4"
645 inflight "^1.0.4"
720 inflight@^1.0.4:
722 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/node/deps/npm/node_modules/uri-js/
Dyarn.lock962 inflight "^1.0.4"
973 inflight "^1.0.4"
984 inflight "^1.0.4"
1067 inflight@^1.0.4:
1069 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/ejdb/src/tests/
Dyarn.lock633 inflight "^1.0.4"
691 inflight@^1.0.4:
693 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/node/deps/npm/node_modules/cacache/
DCHANGELOG.md596 * **deps:** removed inflight@1.0.6 ([0d1819c](https://github.com/npm/cacache/commit/0d1819c))
624 * **deps:** `promise-inflight@1.0.1` ([a004fe6](https://github.com/npm/cacache/commit/a004fe6))
638 * **util:** promise-inflight ownership fix requests ([9517cd7](https://github.com/npm/cacache/commi…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_buffer_pool.mm136 // Try to deallocate old and smaller size inflight buffers.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock709 inflight "^1.0.4"
721 inflight "^1.0.4"
784 inflight@^1.0.4:
786 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/spirv-tools/tools/sva/
Dyarn.lock709 inflight "^1.0.4"
721 inflight "^1.0.4"
784 inflight@^1.0.4:
786 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dyarn.lock709 inflight "^1.0.4"
721 inflight "^1.0.4"
784 inflight@^1.0.4:
786 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h775 uint16_t inflight; /* flightsize in k */ member
Dsctp_indata.c3872 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; local
3892 inflight++;
3904 if ((inflight > 0) || (inbetween > 0)) {
3912 inflight, inbetween, resend, above, acked);
/third_party/node/deps/npm/changelogs/
DCHANGELOG-1.md355 * remove normalize-package-data from top level, de-^-ify inflight dep
358 * add inflight to bundledDependencies
/third_party/ejdb/src/bindings/ejdb2_node/
Dyarn.lock1389 inflight "^1.0.4"
1557 inflight@^1.0.4:
1559 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
/third_party/typescript_eslint/
Dyarn.lock503 promise-inflight "^1.0.1"
2315 promise-inflight "^1.0.1"
4434 inflight "^1.0.4"
4446 inflight "^1.0.4"
4809 inflight@^1.0.4:
4811 …resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075b…
7215 promise-inflight@^1.0.1:
7217 …resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228…

12