在POSIX中,线程是用()动态地创建。A、pthread_selfB、pthread_createC、create_pthreadD、pthread_new

题目

在POSIX中,线程是用()动态地创建。

  • A、pthread_self
  • B、pthread_create
  • C、create_pthread
  • D、pthread_new

相似考题
参考答案和解析
正确答案:B