git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3288
48e7efb5-ca39-0410-a469-
dd3cf9ba447f
context_to_destroy = xbt_swag_new(xbt_swag_offset(*current_context,hookup));
context_living = xbt_swag_new(xbt_swag_offset(*current_context,hookup));
xbt_swag_insert(init_context, context_living);
context_to_destroy = xbt_swag_new(xbt_swag_offset(*current_context,hookup));
context_living = xbt_swag_new(xbt_swag_offset(*current_context,hookup));
xbt_swag_insert(init_context, context_living);
creation_mutex = xbt_mutex_init();
creation_cond = xbt_thcond_init();
creation_mutex = xbt_mutex_init();
creation_cond = xbt_thcond_init();
xbt_swag_free(context_living);
init_context = current_context = NULL ;
xbt_swag_free(context_living);
init_context = current_context = NULL ;
xbt_mutex_destroy(creation_mutex);
xbt_mutex_destroy(creation_mutex);
- xbt_thcond_destroy(creation_cond);
+ xbt_thcond_destroy(creation_cond);
+#endif