Changeset 88cc71c0 in mainline for kernel/generic/src/proc/task.c
- Timestamp:
- 2018-11-06T09:39:24Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9d0088
- Parents:
- 4a8d0dd1
- git-author:
- Jiri Svoboda <jiri@…> (2018-10-05 18:38:50)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-11-06 09:39:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r4a8d0dd1 r88cc71c0 64 64 IRQ_SPINLOCK_INITIALIZE(tasks_lock); 65 65 66 /** Ordered dictionary of active tasks. 66 /** Ordered dictionary of active tasks by task ID. 67 * 68 * Members are task_t structures. 67 69 * 68 70 * The task is guaranteed to exist after it was found in the @c tasks
Note:
See TracChangeset
for help on using the changeset viewer.