Changeset 81c0171e in mainline for kernel/generic/src/proc/thread.c
- Timestamp:
- 2008-03-30T10:08:15Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 736c164
- Parents:
- 5e790e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r5e790e6 r81c0171e 88 88 SPINLOCK_INITIALIZE(threads_lock); 89 89 90 /** A LVtree of all threads.90 /** AVL tree of all threads. 91 91 * 92 92 * When a thread is found in the threads_tree AVL tree, it is guaranteed to
Note:
See TracChangeset
for help on using the changeset viewer.