Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Autogenerated, and commiting it was important since the dynar_unit needs to follow...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Aug 2007 18:41:44 +0000 (18:41 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 9 Aug 2007 18:41:44 +0000 (18:41 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4063 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/dynar_unit.c
src/ex_unit.c

index 544ccf1..908c612 100644 (file)
@@ -459,8 +459,8 @@ XBT_TEST_UNIT("synchronized int",test_dynar_sync_int,"Synchronized dynars of int
    
    xbt_test_add0("==== Have a pusher and a popper on the dynar");
    d=xbt_dynar_new_sync(sizeof(int),NULL);
-   pusher = xbt_thread_create(pusher_f,d);
-   poper = xbt_thread_create(poper_f,d);
+   pusher = xbt_thread_create("pusher",pusher_f,d);
+   poper = xbt_thread_create("poper",poper_f,d);
    xbt_thread_join(pusher);
    xbt_thread_join(poper);
    xbt_dynar_free(&d);
index 1cdfb2c..9a2c365 100644 (file)
@@ -8,7 +8,7 @@
 /* GENERATED FILE, DO NOT EDIT */
 /*******************************/
 
-# 405 "xbt/ex.c" 
+# 417 "xbt/ex.c" 
 #include <stdio.h>
 #include "xbt/ex.h"