c pthread pass global to threads code example
Example: thread parameters c
We use "pthread_create" to create a thread, thread id is the first
argument, NULL is the second argument(which should be some attribute,
but we may not use it), the third argument is the function, then the
last argument is what we want to pass to the new thread.