Browse Source

no need to sleep

Samuel Thibault 8 years ago
parent
commit
9c9b38525a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/model-checking/prio_list.c

+ 0 - 1
tests/model-checking/prio_list.c

@@ -51,7 +51,6 @@ int worker(int argc STARPU_ATTRIBUTE_UNUSED, char *argv[] STARPU_ATTRIBUTE_UNUSE
 
 	for (i = 0; i < M; i++) {
 		elem = malloc(sizeof(*elem));
-		MSG_process_sleep(1);
 		elem->prio = lrand48()%10;
 		elem->back = lrand48()%2;
 		xbt_mutex_acquire(mutex);