Changeset 7bb6b06 in mainline for kernel/generic/src/proc/task.c


Ignore:
Timestamp:
2006-09-10T21:21:39Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a5b556
Parents:
208fa65
Message:

Small improvements here and there.

File:
1 edited

Legend:

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

    r208fa65 r7bb6b06  
    6868 * @li the tasks_lock is held,
    6969 * @li the task's lock is held when task's lock is acquired before releasing tasks_lock or
    70  * @li the task's refcount is grater than 0
     70 * @li the task's refcount is greater than 0
    7171 *
    7272 */
     
    436436         * and no new threads can be created.
    437437         */
    438        
     438
    439439        ipc_cleanup();
    440440        futex_cleanup();
Note: See TracChangeset for help on using the changeset viewer.