Changeset 7217199 in mainline
- Timestamp:
- 2008-12-24T13:59:20Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c6337d
- Parents:
- 6c0adbc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r6c0adbc r7217199 212 212 { 213 213 THREAD = NULL; 214 atomic_set(&nrdy, 0);214 atomic_set(&nrdy, 0); 215 215 thread_slab = slab_cache_create("thread_slab", sizeof(thread_t), 0, 216 216 thr_constructor, thr_destructor, 0);
Note:
See TracChangeset
for help on using the changeset viewer.