- Timestamp:
- 2006-06-08T08:30:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bc141c
- Parents:
- 616f1759
- Location:
- test/mm
- Files:
-
- 3 edited
-
falloc2/test.c (modified) (1 diff)
-
slab1/test.c (modified) (1 diff)
-
slab2/test.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/mm/falloc2/test.c
r616f1759 r8d6d76a 58 58 __address * frames = (__address *) malloc(MAX_FRAMES * sizeof(__address), FRAME_ATOMIC); 59 59 ASSERT(frames != NULL); 60 61 thread_detach(THREAD); 60 62 61 63 for (run = 0; run < THREAD_RUNS; run++) { -
test/mm/slab1/test.c
r616f1759 r8d6d76a 113 113 int offs = (int)(__native) data; 114 114 int i,j; 115 115 116 thread_detach(THREAD); 117 116 118 printf("Starting thread #%d...\n",THREAD->tid); 117 119 for (j=0; j<10; j++) { -
test/mm/slab2/test.c
r616f1759 r8d6d76a 127 127 void *data=NULL, *new; 128 128 129 thread_detach(THREAD); 130 129 131 mutex_lock(&starter_mutex); 130 132 condvar_wait(&thread_starter,&starter_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.
