Searched refs:thread_handle (Results 1 – 1 of 1) sorted by relevance
27 void *thread_handle; /*!< Store the thread object */ member78 thread->thread_handle = NULL; in osi_thread_run()104 if (ret != 0 && thread->thread_handle) { in osi_thread_stop()105 vTaskDelete(thread->thread_handle); in osi_thread_stop()156 …Core(osi_thread_run, name, stack_size, &start_arg, priority, &thread->thread_handle, core) != pdPA… in osi_thread_create()172 if (thread->thread_handle) { in osi_thread_create()173 vTaskDelete(thread->thread_handle); in osi_thread_create()259 vTaskPrioritySet(thread->thread_handle, priority); in osi_thread_set_priority()267 return pcTaskGetTaskName(thread->thread_handle); in osi_thread_name()