X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b50ef668fe46e44363e4c7ea2089e37c6afec38..49b1775ffd75205366df2d854e5640bb9f61a5fe:/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