WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
osal_workqueue.c 文件参考
#include <linux/workqueue.h>
#include "soc_osal.h"
#include "osal_errno.h"
#include "osal_inner.h"
osal_workqueue.c 的引用(Include)关系图:

结构体

struct  wq_node
 

函数

 OSAL_LIST_HEAD (g_wq_list)
 
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_LIST_HEAD()

OSAL_LIST_HEAD ( g_wq_list  )