文件名称:
osal_sem-h.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
5.35 KB
下载地址:
文本预览:
# osal\_sem.h
## **Overview**
**Related Modules:**
[OSAL](OSAL.md)
**Description:**
Declares semaphore structures and interfaces.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
## Functions
## **Overview**
**Related Modules:**
[OSAL](OSAL.md)
**Description:**
Declares semaphore structures and interfaces.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
OSAL_DECLARE_SEMAPHORE(sem) struct OsalSem sem |
## Functions
OsalSemInit (struct OsalSem *sem, uint32_t value) | |
OsalSemWait (struct OsalSem *sem, uint32_t ms) | |
OsalSemPost (struct OsalSem *sem) | |
OsalSemDestroy (struct OsalSem *sem) |
点赞
回复
X