Hi,
i have a thread where i add my function to it. But the problem is i have 3 function more which they have to be added also to the same thread.
Fore example:
My question is how do i add muliple arguments in pthread_create?Code:rv = pthread_create (&tarray[i], NULL, (void *)&function1, (void *)&var;



LinkBack URL
About LinkBacks


