I am working on a library of threads that implement user-level threads (I have something like pthread_setscope that works), and I am looking for some set of tests to avoid writing one for every function that I implement (mutexes, conditions, etc.) d ....)
Does anyone know something like this?
source
share