Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dthread.c37 struct thread_t *thrd_next(void) in thrd_next() function
119 struct thread_t *pth = thrd_next(); in thrd_start_scheduler()
Dthread.h137 struct thread_t *thrd_next(void);
Dbackend_ipc.c492 pth_next = thrd_next(); in ipc_schedule()