当前位置: 技术问答>linux和unix
fedora10下支持线程的并发设置吗?
来源: 互联网 发布时间:2017-02-26
本文导语: 在fedora10下写了一个关于多线程并发的程序,用到了pthread_setconcurrency()函数设置线程的并发数量,但是好像没有什么用,在fedora10下支持这个函数吗?或许有相同功能的函数,还是本来就不支持线程的并发,这种可能...
在fedora10下写了一个关于多线程并发的程序,用到了pthread_setconcurrency()函数设置线程的并发数量,但是好像没有什么用,在fedora10下支持这个函数吗?或许有相同功能的函数,还是本来就不支持线程的并发,这种可能性比较小吧?
|
Both LinuxThreads and NPTL are 1:1 threading implementations, so setting the concurrency level has no meaning. In other words, on Linux these functions
merely exist for compatibility with other systems, and they have no effect on the execution of a program.
merely exist for compatibility with other systems, and they have no effect on the execution of a program.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。