Changeset e090e1bc in mainline for generic/src/proc/task.c
- Timestamp:
- 2006-06-05T11:01:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b91bb65
- Parents:
- 214c5a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/task.c
r214c5a0 re090e1bc 356 356 */ 357 357 358 /* 359 * TODO: 360 * Close IPC communication and release used futexes. 361 * When this thread exits, the task refcount drops to zero and the task structure is 362 * cleaned. 363 */ 364 } 358 ipc_cleanup(); 359 futex_cleanup(); 360 }
Note:
See TracChangeset
for help on using the changeset viewer.