Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/task.c

    rac9e79d r947ab77e  
    6464IRQ_SPINLOCK_INITIALIZE(tasks_lock);
    6565
    66 /** Ordered dictionary of active tasks.
     66/** Ordered dictionary of active tasks by task ID.
     67 *
     68 * Members are task_t structures.
    6769 *
    6870 * The task is guaranteed to exist after it was found in the @c tasks
     
    281283         */
    282284        task_destroy_arch(task);
    283 
    284         /*
    285          * Free up dynamically allocated state.
    286          */
    287         futex_task_deinit(task);
    288285
    289286        /*
Note: See TracChangeset for help on using the changeset viewer.