Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dtask_join_set.rs200 static SEM: tokio::sync::Semaphore = tokio::sync::Semaphore::const_new(0); in join_set_coop() constant
/external/rust/crates/tokio-util/tests/
Dtask_join_map.rs205 static SEM: tokio::sync::Semaphore = tokio::sync::Semaphore::const_new(0); in join_map_coop() variable
/external/mesa3d/bin/pick/
Dcore.py55 SEM = asyncio.Semaphore(50) variable