线程的创建
线程的创建调用 pthread 库中的 pthread_create() 来产生线程: int pthread_create (pthread_t *thread_id, pthread_attr_t
线程的创建