Thread handler with more than one argument

57 Views Asked by At

I am creating thread using pthread_create and in its handler I need to pass more than one argument.

Is it possible to pass multiple arguments, and if yes then how?

0

There are 0 best solutions below