Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dthread.c96 thrd_set_state(p_thrd, THRD_STATE_RUNNABLE); in thrd_start()
99 void thrd_set_state(struct thread_t *p_thrd, uint32_t new_state) in thrd_set_state() function
Dthread.h115 void thrd_set_state(struct thread_t *p_thrd, uint32_t new_state);