Searched defs:p_thrd (Results 1 – 3 of 3) sorted by relevance
39 struct thread_t *p_thrd = RNBL_HEAD; in thrd_next() local85 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()
71 #define THRD_INIT(p_thrd, p_ctx_ctrl, prio) do { \ argument88 #define THRD_SET_PRIORITY(p_thrd, priority) \ argument
63 static uint32_t query_state(struct thread_t *p_thrd, uint32_t *p_retval) in query_state()