Home
last modified time | relevance | path

Searched refs:SEMAPHORE (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
126 SemLock.__init__(self, SEMAPHORE, value, SEM_VALUE_MAX, ctx=ctx)
145 SemLock.__init__(self, SEMAPHORE, value, value, ctx=ctx)
162 SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dtypes.rs84 const SEMAPHORE = linux_raw_sys::general::EFD_SEMAPHORE; constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Dtypes.rs102 const SEMAPHORE = c::EFD_SEMAPHORE; constant
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c12 enum { RECURSIVE_MUTEX, SEMAPHORE }; enumerator
490 if (kind != RECURSIVE_MUTEX && kind != SEMAPHORE) { in _multiprocessing_SemLock_impl()
/third_party/node/deps/npm/node_modules/ci-info/
DREADME.md57 | [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | ✅ |
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/
DREADME.md55 | [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` |
/third_party/node/deps/npm/lib/
Dnpm.js290 : process.env.SEMAPHORE ? 'semaphore'