Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dtask_join_set.rs195 static SEM: tokio::sync::Semaphore = tokio::sync::Semaphore::const_new(0); in join_set_coop() variable
/external/rust/crates/tokio-util/tests/
Dtask_join_map.rs229 static SEM: tokio::sync::Semaphore = tokio::sync::Semaphore::const_new(0); in join_map_coop() variable
/external/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs45 const SEM = linux_raw_sys::general::PROT_SEM; constant
/external/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs48 const SEM = linux_raw_sys::general::PROT_SEM; constant
/external/mesa3d/bin/pick/
Dcore.py58 SEM = asyncio.Semaphore(50) variable