Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1879 → Rev 1880

/trunk/kernel/generic/src/proc/task.c
67,7 → 67,7
* The task is guaranteed to exist after it was found in the tasks_btree as long as:
* @li the tasks_lock is held,
* @li the task's lock is held when task's lock is acquired before releasing tasks_lock or
* @li the task's refcount is grater than 0
* @li the task's refcount is greater than 0
*
*/
btree_t tasks_btree;