Searched refs:thread_handle (Results 1 – 1 of 1) sorted by relevance
39 TaskHandle_t thread_handle; /*!< Store the thread object */ member174 thread->thread_handle = NULL; in osi_thread_run()200 if (ret != 0 && thread->thread_handle) { in osi_thread_stop()201 vTaskDelete(thread->thread_handle); in osi_thread_stop()253 …Core(osi_thread_run, name, stack_size, &start_arg, priority, &thread->thread_handle, core) != pdPA… in osi_thread_create()269 if (thread->thread_handle) { in osi_thread_create()270 vTaskDelete(thread->thread_handle); in osi_thread_create()357 vTaskPrioritySet(thread->thread_handle, priority); in osi_thread_set_priority()365 return pcTaskGetName(thread->thread_handle); in osi_thread_name()