Home
last modified time | relevance | path

Searched defs:SEMAPHORE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py65 RECURSIVE_MUTEX, SEMAPHORE = range(2) variable
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c11 enum { RECURSIVE_MUTEX, SEMAPHORE }; enumerator
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c12 enum { RECURSIVE_MUTEX, SEMAPHORE }; enumerator
/external/rust/crates/ash/src/vk/
Denums.rs1023 pub const SEMAPHORE: Self = Self(5); constant
1132 pub const SEMAPHORE: Self = Self(5); constant