I just started learning multi-threading in C++ with pthreads. I am working with the following code:
struct ArgT{ int a; int b; ArgT(int a, int b)