WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
osal_workqueue.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  osal_workqueue_
 

类型定义

typedef struct osal_workqueue_ osal_workqueue
 
typedef void(* osal_workqueue_handler) (osal_workqueue *workqueue)
 

函数

int osal_workqueue_init (osal_workqueue *work, osal_workqueue_handler handler)
 This API is used to initialization of workqueue.
 
int osal_workqueue_schedule (osal_workqueue *work)
 put work task in global workqueue.
 
void osal_workqueue_destroy (osal_workqueue *work)
 This API is used to destroy workqueue.
 
int osal_workqueue_flush (osal_workqueue *work)
 wait for a work to finish executing the last queueing instance.
 

类型定义说明

◆ osal_workqueue

◆ osal_workqueue_handler

typedef void(* osal_workqueue_handler) (osal_workqueue *workqueue)