Home
last modified time | relevance | path

Searched defs:Semaphore (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dsemaphore_linux.c29 typedef struct Semaphore { struct
34 Semaphore *SemaphoreCreate(uint32_t val) in SemaphoreCreate() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dsemaphore.h25 typedef struct Semaphore Semaphore; typedef
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore.rs46 pub struct Semaphore { struct
47 inner: SemaphoreInner, argument
94 impl Semaphore { impl
104 pub fn new(permits: usize) -> Result<Semaphore, SemaphoreError> { in new()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/semaphore/source/
H A Dsemaphore.cpp26 class Semaphore { class
28 explicit Semaphore(unsigned int count): count_(count) in Semaphore() function in OHOS::AI::Semaphore
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-trans-semaphore.md1 # Semaphore chapter
H A Dkernel-mini-basic-ipc-sem.md1 # Semaphore chapter