Home
last modified time | relevance | path

Searched refs:syncTaskId (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/fs/vfs/include/bcache/
H A Dbcache.h115 UINT32 syncTaskId; /* sync task id */ member
/kernel/liteos_a/fs/vfs/bcache/src/
H A Dbcache.c128 ret = LOS_TaskPriSet(disk->bcache->syncTaskId, prio); in LOS_SetSyncThreadPrio()
1049 ret = LOS_TaskCreate(&bc->syncTaskId, &appTask); in BcacheSyncThreadInit()
1058 if (LOS_TaskDelete(bc->syncTaskId) != ENOERR) { in BcacheSyncThreadDeinit()

Completed in 3 milliseconds