Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/event/
Dtypes.rs32 const SEMAPHORE = bitcast!(c::EFD_SEMAPHORE); constant
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/event/
Dtypes.rs16 const SEMAPHORE = linux_raw_sys::general::EFD_SEMAPHORE; constant
/aosp_15_r20/external/coreboot/src/security/intel/txt/
H A Dcommon.c310 #define SEMAPHORE (TXT_BASE + 0x294) macro
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py65 RECURSIVE_MUTEX, SEMAPHORE = range(2) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dsynchronize.py39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2)) variable
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c14 enum { RECURSIVE_MUTEX, SEMAPHORE }; enumerator
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c11 enum { RECURSIVE_MUTEX, SEMAPHORE }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs1064 pub const SEMAPHORE: Self = Self(5); constant
1217 pub const SEMAPHORE: Self = Self(5); constant