osal_thread.h
Overview
Related Modules:
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 ) |
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) |