/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-shrinkwrap.md | 23 of package locks in npm, see [package-locks](/configuring-npm/package-locks). 31 * [package-locks](/configuring-npm/package-locks)
|
D | npm-ci.md | 62 * It will never write to `package.json` or any of the package-locks: installs are essentially froze… 67 * [package-locks](/configuring-npm/package-locks)
|
D | npm-prune.md | 35 In normal operation with package-locks enabled, extraneous modules are 39 If you've disabled package-locks then extraneous modules will not be removed
|
D | npm-audit.md | 135 * [package-locks](/configuring-npm/package-locks)
|
/third_party/node/deps/npm/node_modules/lockfile/ |
D | lockfile.js | 27 var locks = {} variable 37 Object.keys(locks).forEach(exports.unlockSync) 51 try { Object.keys(locks).forEach(exports.unlockSync) } catch (e) {} 61 delete locks[path] 69 delete locks[path] 170 locks[path] = fd 278 locks[path] = fd
|
D | README.md | 30 All known locks are removed when the process exits. Of course, it's 66 A number of milliseconds to wait for locks to expire before giving up. 78 A number of milliseconds before locks are considered to have expired.
|
/third_party/python/Lib/asyncio/ |
D | staggered.py | 10 from . import locks 83 previous_failed: typing.Optional[locks.Event]) -> None: 98 this_failed = locks.Event()
|
D | __init__.py | 13 from .locks import * 28 locks.__all__ +
|
D | queues.py | 6 from . import locks 41 self._finished = locks.Event()
|
/third_party/python/Lib/test/test_importlib/ |
D | test_locks.py | 57 locks = [self.LockType(str(i)) for i in range(NLOCKS)] 58 pairs = [(locks[i], locks[(i+1)%NLOCKS]) for i in range(NLOCKS)]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 516 } locks[40]; member 1184 while (i != n && held_locks->locks[i].id != id) { in LockEnter() 1188 if (n == ABSL_ARRAYSIZE(held_locks->locks)) { in LockEnter() 1191 held_locks->locks[i].mu = mu; in LockEnter() 1192 held_locks->locks[i].count = 1; in LockEnter() 1193 held_locks->locks[i].id = id; in LockEnter() 1197 held_locks->locks[i].count++; in LockEnter() 1208 while (i != n && held_locks->locks[i].id != id) { in LockLeave() 1216 while (i != n && held_locks->locks[i].mu != mu) { in LockLeave() 1228 } else if (held_locks->locks[i].count == 1) { in LockLeave() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/atomic/ |
D | SDL_atomic.c | 66 static SDL_SpinLock locks[32]; variable 73 SDL_AtomicLock(&locks[index]); in enterLock() 81 SDL_AtomicUnlock(&locks[index]); in leaveLock()
|
/third_party/openssl/doc/man3/ |
D | CRYPTO_THREAD_run_once.pod | 49 In particular, this can be used to allocate locks in a thread-safe manner, 59 CRYPTO_THREAD_read_lock() locks the provided I<lock> for reading. 63 CRYPTO_THREAD_write_lock() locks the provided I<lock> for writing. 174 Finalization of locks is an advanced topic, not covered in this example. 178 repeatedly load/unload shared libraries that allocate locks.
|
/third_party/googletest/googletest/include/gtest/internal/custom/ |
D | README.md | 42 * `GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)` 43 * `GTEST_LOCK_EXCLUDED_(locks)`
|
/third_party/mesa3d/src/gtest/include/gtest/internal/custom/ |
D | README.md | 42 * `GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)` 43 * `GTEST_LOCK_EXCLUDED_(locks)`
|
/third_party/libxml2/os400/libxmlrpg/ |
D | threads.rpgle | 15 * xmlMutex are a simple mutual exception locks. 19 * xmlRMutex are reentrant mutual exception locks.
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | package-locks.md | 3 title: package-locks 7 # package-locks(5) 86 …nkwrap.json](/configuring-npm/shrinkwrap-json). These files are called package locks, or lockfiles. 159 Occasionally, two separate npm install will create package locks that cause
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | README | 26 # run forever: 8 process - using record locks 29 # run forever: 8 process - using record locks
|
/third_party/toybox/toys/pending/ |
D | lsof.c | 42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member 77 fi->fd, fi->rw, fi->locks, fi->type, fi->device, fi->size_off, in print_info() 300 fi->rw = fi->locks = ' '; in new_file_info()
|
/third_party/python/Doc/library/ |
D | imp.rst | 273 The locking scheme has changed to per-module locks for 275 such as initializing the per-module locks. 293 The locking scheme has changed to per-module locks for 295 such as initializing the per-module locks. 306 The locking scheme has changed to per-module locks for 308 such as initializing the per-module locks.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 11 import java.util.concurrent.locks.ReentrantReadWriteLock;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICURWLock.java | 12 import java.util.concurrent.locks.ReentrantReadWriteLock;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_pipeline_creation_cache_control.adoc | 89 Hidden locks also add to the unpredictability of the cost of pipeline 91 The most common case of locks inside the stext:vkCreate*Pipelines is
|
D | VK_EXT_pipeline_creation_cache_control.txt | 87 Hidden locks also add to the unpredictability of the cost of pipeline 89 The most common case of locks inside the stext:vkCreate*Pipelines is
|
/third_party/ltp/testcases/network/ |
D | .gitignore | 21 /nfsv4/locks/locktests
|