X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3203afd846219ef8b41cadda945ea0a98103c46f..8e150e29c379c6b59b4eb6c2d4d493e573e73288:/src/sthread/sthread.h diff --git a/src/sthread/sthread.h b/src/sthread/sthread.h index da9b453dce..65279685e6 100644 --- a/src/sthread/sthread.h +++ b/src/sthread/sthread.h @@ -53,6 +53,9 @@ int sthread_sem_timedwait(sthread_sem_t* sem, const struct timespec* abs_timeout int sthread_gettimeofday(struct timeval* tv); void sthread_sleep(double seconds); +int sthread_access_begin(void* objaddr, const char* objname, const char* file, int line); +void sthread_access_end(void* objaddr, const char* objname, const char* file, int line); + #if defined(__cplusplus) } #endif