Changeset 3f35634c in mainline for kernel/generic/include/proc/task.h
- Timestamp:
- 2009-11-28T20:28:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb79d60
- Parents:
- 3da11f37 (diff), 2e07d27e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r3da11f37 r3f35634c 98 98 */ 99 99 atomic_t active_calls; 100 /** List of synchronous answerboxes. */ 101 link_t sync_box_head; 100 102 101 103 #ifdef CONFIG_UDEBUG … … 132 134 extern int task_kill(task_id_t id); 133 135 extern uint64_t task_get_accounting(task_t *t); 136 extern void task_print_list(void); 134 137 135 138 extern void cap_set(task_t *t, cap_t caps);
Note:
See TracChangeset
for help on using the changeset viewer.