Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dthread.c68 static void insert_by_prior(struct thread_t **head, struct thread_t *node) in insert_by_prior() function
90 insert_by_prior(&LIST_HEAD, p_thrd); in thrd_start()