Changeset 7bb6b06 in mainline for kernel/generic/src/proc/task.c
- Timestamp:
- 2006-09-10T21:21:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a5b556
- Parents:
- 208fa65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r208fa65 r7bb6b06 68 68 * @li the tasks_lock is held, 69 69 * @li the task's lock is held when task's lock is acquired before releasing tasks_lock or 70 * @li the task's refcount is gr ater than 070 * @li the task's refcount is greater than 0 71 71 * 72 72 */ … … 436 436 * and no new threads can be created. 437 437 */ 438 438 439 439 ipc_cleanup(); 440 440 futex_cleanup();
Note:
See TracChangeset
for help on using the changeset viewer.