Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dcpu.h42 void cpuAppEnd(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo);
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c199 void cpuAppEnd(const struct AppHdr *app, struct PlatAppInfo *platInfo) in cpuAppEnd() function
/device/google/contexthub/firmware/os/core/
Dseos.c307 cpuAppEnd(task->app, &task->platInfo); in osTaskEnd()