标签: windows multithreading operating-system
当我尝试创建另一个线程(达到最大线程数后?)后会发生什么?
答案 0 :(得分:3)
CreateThread将失败。
CreateThread
ERROR_NOT_ENOUGH_MEMORY和堆栈预留量较小的ERROR_NO_SYSTEM_RESOURCES。
ERROR_NOT_ENOUGH_MEMORY
ERROR_NO_SYSTEM_RESOURCES
有关详细信息,请参阅Pushing the Limits of Windows: Processes and Threads。