单项选择题

在Pthread线程包的使用中,当用户需要结束一个线程时,可以使用的线程库函数是()。

A.pthread_create()
B.pthread_exit()
C.pthread_yield()
D.pthread_join()