Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1588 → Rev 1589

/kernel/trunk/generic/src/proc/thread.c
548,6 → 548,9
* Note that threads_lock must be already held and
* interrupts must be already disabled.
*
* When a thread is found in threads_btree, it is guaranteed to exist as long
* as the threads_lock is held.
*
* @param t Pointer to thread.
*
* @return True if thread t is known to the system, false otherwise.