Changeset 985e26d2 in mainline for kernel/generic/include/proc/task.h
- Timestamp:
- 2010-01-07T19:06:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8190e63
- Parents:
- 743e17b (diff), eca2435 (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
r743e17b r985e26d2 55 55 #include <udebug/udebug.h> 56 56 #include <ipc/kbox.h> 57 #include <mm/as.h> 57 58 58 59 #define TASK_NAME_BUFLEN 20 … … 98 99 */ 99 100 atomic_t active_calls; 101 /** List of synchronous answerboxes. */ 102 link_t sync_box_head; 100 103 101 104 #ifdef CONFIG_UDEBUG … … 132 135 extern int task_kill(task_id_t id); 133 136 extern uint64_t task_get_accounting(task_t *t); 137 extern void task_print_list(void); 134 138 135 139 extern void cap_set(task_t *t, cap_t caps);
Note:
See TracChangeset
for help on using the changeset viewer.