pthreads

pthreads

 英

  • 网络线程库;线程标准

例句

In Linux, POSIX semaphores and System V semaphores are asynchronous but pthreads conditional variables are not asynchronous.

LinuxPOSIX信号量SystemV信号都是异步不过pthreads条件变量不是异步

In Linux, pthreads does not provide an initial state, but POSIX semaphores provide an initial state.

Linuxpthreads没有提供初始状态POSIX信号量提供一个初始状态

This option should be automatically set by Cedega, however, if problems exist it may be useful to change the pthreads option.

这个参数应该cedega自动设置如果存在问题的话可以用来更改pthreads选项

The latest versions of Linux support pthreads draft 10, so care needs to be taken to map the calls appropriately.

最新版本Linux支持pthreadsdraft10,所以需要小心调用进行适当映射

The pthreads implementation supports both blocking and timeouts.

pthreads实现支持阻塞支持超时

And finally, pthreads are ideal for parallel programming on multiple-CPU machines.

最后pthreadsCPU计算机进行并行编程理想

The threading model used is the POSIX threading interface, often called pthreads.

使用线程模型POSIX线程接口通常称为pthreads

In Linux, only pthreads provides a timeout feature in wait functions.

Linux只有pthreads等待函数提供超时特性

The linker complained of some missing pthreads-related exports.

链接器抱怨缺少pthread相关输出

If your MySQL libs are linked against pthreads this will happen.

如果MySQL依靠pthreads连接就会这样

It is quite possible that some old application being ported to Linux are based on draft 4 of pthreads.

正要移植Linux某些应用程序非常可能基于pthreadsdraft4。

You need to consider this when using pthreads.

使用pthreads需要考虑一点

A note on Pthreads scheduling and compiler optimization

关于Pthread调度编译优化说明