Searched refs:SEMAPHORE (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
D | synchronize.py | 39 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/ |
D | types.rs | 84 const SEMAPHORE = linux_raw_sys::general::EFD_SEMAPHORE; constant
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | types.rs | 102 const SEMAPHORE = c::EFD_SEMAPHORE; constant
|
/third_party/python/Modules/_multiprocessing/ |
D | semaphore.c | 12 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/ |
D | README.md | 57 | [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | ✅ |
|
/third_party/node/deps/npm/node_modules/is-ci/node_modules/ci-info/ |
D | README.md | 55 | [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` |
|
/third_party/node/deps/npm/lib/ |
D | npm.js | 290 : process.env.SEMAPHORE ? 'semaphore'
|