Home
last modified time | relevance | path

Searched refs:locks (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-shrinkwrap.md23 of package locks in npm, see [package-locks](/configuring-npm/package-locks).
31 * [package-locks](/configuring-npm/package-locks)
Dnpm-ci.md62 * It will never write to `package.json` or any of the package-locks: installs are essentially froze…
67 * [package-locks](/configuring-npm/package-locks)
Dnpm-prune.md35 In normal operation with package-locks enabled, extraneous modules are
39 If you've disabled package-locks then extraneous modules will not be removed
Dnpm-audit.md135 * [package-locks](/configuring-npm/package-locks)
/third_party/node/deps/npm/node_modules/lockfile/
Dlockfile.js27 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
DREADME.md30 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/
Dstaggered.py10 from . import locks
83 previous_failed: typing.Optional[locks.Event]) -> None:
98 this_failed = locks.Event()
D__init__.py13 from .locks import *
28 locks.__all__ +
Dqueues.py6 from . import locks
41 self._finished = locks.Event()
/third_party/python/Lib/test/test_importlib/
Dtest_locks.py57 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/
Dmutex.cc516 } 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/
DSDL_atomic.c66 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/
DCRYPTO_THREAD_run_once.pod49 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/
DREADME.md42 * `GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)`
43 * `GTEST_LOCK_EXCLUDED_(locks)`
/third_party/mesa3d/src/gtest/include/gtest/internal/custom/
DREADME.md42 * `GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)`
43 * `GTEST_LOCK_EXCLUDED_(locks)`
/third_party/libxml2/os400/libxmlrpg/
Dthreads.rpgle15 * xmlMutex are a simple mutual exception locks.
19 * xmlRMutex are reentrant mutual exception locks.
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-locks.md3 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/
DREADME26 # run forever: 8 process - using record locks
29 # run forever: 8 process - using record locks
/third_party/toybox/toys/pending/
Dlsof.c42 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/
Dimp.rst273 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/
DICURWLock.java11 import java.util.concurrent.locks.ReentrantReadWriteLock;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICURWLock.java12 import java.util.concurrent.locks.ReentrantReadWriteLock;
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_pipeline_creation_cache_control.adoc89 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
DVK_EXT_pipeline_creation_cache_control.txt87 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.gitignore21 /nfsv4/locks/locktests

1234567