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調度編譯優化說明