Lines Matching defs:thread
49 osi_thread_t *thread; member
59 osi_thread_t *thread; member
149 osi_thread_t *thread = start->thread; in osi_thread_run() local
180 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join()
186 static void osi_thread_stop(osi_thread_t *thread) in osi_thread_stop()
217 osi_thread_t *thread = (osi_thread_t *)osi_calloc(sizeof(osi_thread_t)); in osi_thread_create() local
299 void osi_thread_free(osi_thread_t *thread) in osi_thread_free()
330 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post()
353 bool osi_thread_set_priority(osi_thread_t *thread, int priority) in osi_thread_set_priority()
361 const char *osi_thread_name(osi_thread_t *thread) in osi_thread_name()
368 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size()
402 bool osi_event_bind(struct osi_event* event, osi_thread_t *thread, int queue_idx) in osi_event_bind()