Searched defs:Semaphore (Results 1 – 6 of 6) sorted by relevance
29 typedef struct Semaphore { struct34 Semaphore *SemaphoreCreate(uint32_t val) in SemaphoreCreate() argument
25 typedef struct Semaphore Semaphore; typedef
46 pub struct Semaphore { struct47 inner: SemaphoreInner, argument94 impl Semaphore { impl104 pub fn new(permits: usize) -> Result<Semaphore, SemaphoreError> { in new()
26 class Semaphore { class28 explicit Semaphore(unsigned int count): count_(count) in Semaphore() function in OHOS::AI::Semaphore
1 # Semaphore chapter