1We use "pthread_create" to create a thread, thread id is the first
2argument, NULL is the second argument(which should be some attribute,
3but we may not use it), the third argument is the function, then the
4last argument is what we want to pass to the new thread.