Home
last modified time | relevance | path

Searched refs:g_work (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_work_test.c32 static HdfWork g_work; variable
71 HdfWorkInit(&g_work, TestWorkEntry, (void *)&g_workPara); in TestWorkInit()
80 HdfAddWork(&g_workQue, &g_work); in TestAddRoute()
92 HdfAddWork(&g_workQue, &g_work); in TestAddRoute()
93 HdfCancelWorkSync(&g_work); in TestAddRoute()
220 HdfCancelWorkSync(&g_work); in OsalTestWorkEnd()
221 HdfWorkDestroy(&g_work); in OsalTestWorkEnd()