我有一个关于 pthread_create() 创建的新线程的快速问题:
当我打印主线程和子线程的pid(从getpid()获取)时,它们是相同的,而当我使用htop linux实用程序显示pid时,它们是不同的。谁能给我解释一下??谢谢!!
kai@kai-T420s:~/LPI$ ./pthr_create
--------------------------------------
main thread: pid: 4845, ppid: 3335
child thread: pid: 4845, ppid: 3335
htop 显示: