当前仅显示指定条件回帖 [ 展开查看全部 ]
文件名称:
osal_thread-h.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
9.20 KB
下载地址:
文本预览:
# osal\_thread.h
## **Overview**
**Related Modules:**
[OSAL](OSAL.md)
**Description:**
Declares thread types and interfaces.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
## Typedefs
## Enumerations
## Functions
## **Overview**
**Related Modules:**
[OSAL](OSAL.md)
**Description:**
Declares thread types and interfaces.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
OSAL_DECLARE_THREAD(thread) struct OsalThread thread |
## Typedefs
OsalThreadEntry) (void *) | Defines a thread callback function type. |
## Enumerations
OSAL_THREAD_PRIORITY { OSAL_THREAD_PRI_LOW, OSAL_THREAD_PRI_DEFAULT, OSAL_THREAD_PRI_HIGH, OSAL_THREAD_PRI_HIGHEST } |
## Functions
OsalThreadCreate (struct OsalThread *thread, OsalThreadEntry threadEntry, void *entryPara) | |
OsalThreadStart (struct OsalThread *thread, const struct OsalThreadParam *param) | |
OsalThreadDestroy (struct OsalThread *thread) | |
OsalThreadSuspend (struct OsalThread *thread) | |
OsalThreadResume (struct OsalThread *thread) |
点赞
回复
X