Home
last modified time | relevance | path

Searched defs:Semaphore (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dsemaphore.h25 typedef struct Semaphore Semaphore; typedef
[all...]
/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
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dsemaphore_utils.h24 class Semaphore { class
32 explicit Semaphore(int val = 1) : count_(val){}; in Semaphore() function in utility::Semaphore
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dsemaphore_linux.c29 typedef struct Semaphore { struct
[all...]

Completed in 3 milliseconds