Rev 2042 | Rev 2050 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2042 | Rev 2048 | ||
---|---|---|---|
Line 266... | Line 266... | ||
266 | return (task_t *) btree_search(&tasks_btree, (btree_key_t) id, &leaf); |
266 | return (task_t *) btree_search(&tasks_btree, (btree_key_t) id, &leaf); |
267 | } |
267 | } |
268 | 268 | ||
269 | /** Get accounting data of given task. |
269 | /** Get accounting data of given task. |
270 | * |
270 | * |
271 | * Note that task_lock on @t must be already held and |
271 | * Note that task lock of 't' must be already held and |
272 | * interrupts must be already disabled. |
272 | * interrupts must be already disabled. |
273 | * |
273 | * |
274 | * @param t Pointer to thread. |
274 | * @param t Pointer to thread. |
275 | * |
275 | * |
276 | */ |
276 | */ |