Searched defs:thread (Results 1 – 1 of 1) sorted by relevance
49 osi_thread_t *thread; member59 osi_thread_t *thread; member149 osi_thread_t *thread = start->thread; in osi_thread_run() local180 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() local299 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()[all …]