This is a great project, and I am learning your code now.
I have some questions about some code in the synchrobench/c-cpp/src/linkedlists/lazy-list/test.c
It has some code like this
#ifdef SIMPLE
d->nb_add++;
#else
if (ret != -2)
{
d->nb_add++;
}
#endif