Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Files for compil Simgrid with cmake and make a distrib with cpack.
[simgrid.git] / buildtools / CPACK / tmp / prog_mutex_timedlock.c
1 #include <pthread.h>
2 pthread_mutex_t s;
3 const struct timespec t;
4 sem_timedlock(&s, &t);