Home
last modified time | relevance | path

Searched defs:p_thrd (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/core/
Dthread.c39 struct thread_t *p_thrd = RNBL_HEAD; in thrd_next() local
85 void thrd_start(struct thread_t *p_thrd, thrd_fn_t fn, thrd_fn_t exit_fn, void *param) in thrd_start()
99 void thrd_set_state(struct thread_t *p_thrd, uint32_t new_state) in thrd_set_state()
Dthread.h71 #define THRD_INIT(p_thrd, p_ctx_ctrl, prio) do { \ argument
88 #define THRD_SET_PRIORITY(p_thrd, priority) \ argument
Dbackend_ipc.c63 static uint32_t query_state(struct thread_t *p_thrd, uint32_t *p_retval) in query_state()