Searched defs:th (Results 1 – 3 of 3) sorted by relevance
19 static void set_prio(struct k_thread *th, struct k_p4wq_work *item) in set_prio()42 static void thread_set_requeued(struct k_thread *th) in thread_set_requeued()47 static void thread_clear_requeued(struct k_thread *th) in thread_clear_requeued()52 static bool thread_was_requeued(struct k_thread *th) in thread_was_requeued()287 struct k_thread *th = z_unpend_first_thread(&queue->waitq); in k_p4wq_submit() local
481 pthread_t th; in send_message() local
588 int pthread_create(pthread_t *th, const pthread_attr_t *_attr, void *(*threadroutine)(void *), in pthread_create()
Completed in 37 milliseconds