Searched refs:p_task (Results 1 – 1 of 1) sorted by relevance
109 txfr_task_t *p_task; in txfr_idle_task_entry() local121 p_task = p_delete_task_head; in txfr_idle_task_entry()123 if(p_task != NULL) { in txfr_idle_task_entry()124 p_delete_task_head = p_task->p_next; in txfr_idle_task_entry()129 if(p_task != NULL) { in txfr_idle_task_entry()132 (void)tx_thread_terminate(&p_task->thread); in txfr_idle_task_entry()134 ret = tx_thread_delete(&p_task->thread); in txfr_idle_task_entry()139 ret = tx_semaphore_delete(&p_task->notification_sem); in txfr_idle_task_entry()144 if(p_task->allocated == 1u) { in txfr_idle_task_entry()145 txfr_free(p_task); in txfr_idle_task_entry()[all …]