Searched refs:cpuAppInit (Results 1 – 3 of 3) sorted by relevance
41 bool cpuAppInit(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo, uint32_t tid);
191 bool cpuAppInit(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t tid) in cpuAppInit() function
296 bool done = cpuAppInit(task->app, &task->platInfo, task->tid); in osTaskInit()