Windows下pthread_attr_getstacksize的大小
参考前辈的博客中提到Linux下线程默认大小是8192KB,便想查看Windows下的值,意外的打印出0,不一致,便启动搜索引擎,发现大部分博客均为提到Windows场景,遂有此文。
在POSIX Reference中,找到了pthread_attr_getstacksize()文档,其中提到一下内容:
Pthreads-w32 defines _POSIX_THREAD_ATTR_STACKSIZE in pthread.h to indicate that these routines are impl
原创
2021-03-24 14:41:42 ·
528 阅读 ·
0 评论