X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/87221a3cfb8b1464278294d99bce42d27d2f9382..73a0ae62cf92da83e861cfaf9ba0313cacbc4825:/src/xbt/xbt_main.cpp?ds=sidebyside diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index 6086daddd8..9443d05a42 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -41,7 +41,6 @@ std::string binary_name; /* Name of the system process containing us (m std::vector cmdline; /* all we got in argv */ } // namespace simgrid::xbt -volatile int sthread_inside_simgrid = 1; // Only intercept pthread calls in user code. int xbt_initialized = 0; simgrid::config::Flag cfg_dbg_clean_atexit{ @@ -57,6 +56,8 @@ int xbt_pagebits = 0; */ static void xbt_preinit() XBT_ATTRIB_CONSTRUCTOR(200); static void xbt_postexit(); +void sthread_enable() {} // These symbols are used from ContextSwapped in any case, but they are only useful +void sthread_disable() {} // when libsthread is LD_PRELOADED. In this case, sthread's implem gets used instead. #ifdef _WIN32 #include