Searched refs:abortCode (Results 1 – 4 of 4) sorted by relevance
76 void chreAbort(uint32_t abortCode) in chreAbort() argument78 (void)syscallDo1P(SYSCALL_CHRE_API(ABORT), abortCode); in chreAbort()
79 void chreAbort(uint32_t abortCode) in chreAbort() argument81 (void)syscallDo1P(SYSCALL_CHRE_API(ABORT), abortCode); in chreAbort()
140 static inline void osChreAbort(uint32_t abortCode) in osChreAbort() argument146 task->app->hdr.appId, task->tid, abortCode); in osChreAbort()149 task->tid, abortCode); in osChreAbort()154 abortCode); in osChreAbort()