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
diff --git a/buildtools/CPACK/tmp/prog_mutex_timedlock.c b/buildtools/CPACK/tmp/prog_mutex_timedlock.c
new file mode 100644 (file)
index 0000000..617cda0
--- /dev/null
@@ -0,0 +1,4 @@
+#include <pthread.h>
+pthread_mutex_t s;
+const struct timespec t;
+sem_timedlock(&s, &t);