Searched refs:p_task (Results 1 – 1 of 1) sorted by relevance
112 txfr_task_t *p_task; in txfr_idle_task_entry() local124 p_task = p_delete_task_head; in txfr_idle_task_entry()126 if(p_task != NULL) { in txfr_idle_task_entry()127 p_delete_task_head = p_task->p_next; in txfr_idle_task_entry()132 if(p_task != NULL) { in txfr_idle_task_entry()135 (void)tx_thread_terminate(&p_task->thread); in txfr_idle_task_entry()137 ret = tx_thread_delete(&p_task->thread); in txfr_idle_task_entry()142 ret = tx_semaphore_delete(&p_task->notification_sem); in txfr_idle_task_entry()147 if(p_task->allocated == 1u) { in txfr_idle_task_entry()148 txfr_free(p_task); in txfr_idle_task_entry()[all …]