Could someone please explain to me the return type of pthread_create()'s 3rd parameter? I know it should be a function but I keep getting the error: argument of type 'void' (Test::)(void*)' does not match 'void * (*) (void*)'.
Here is the function that I pass to pthread_create():