Changeset 08a19ba in mainline for kernel/test/mm/slab2.c
- Timestamp:
- 2008-06-23T18:44:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a1744e
- Parents:
- deaf8d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/mm/slab2.c
rdeaf8d5 r08a19ba 217 217 218 218 condvar_initialize(&thread_starter); 219 mutex_initialize(&starter_mutex );219 mutex_initialize(&starter_mutex, MUTEX_PASSIVE); 220 220 221 221 thr_cache = slab_cache_create("thread_cache", size, 0, NULL, NULL, 0);
Note:
See TracChangeset
for help on using the changeset viewer.