pthreads
美
英 
例句
In Linux, POSIX semaphores and System V semaphores are asynchronous but pthreads conditional variables are not asynchronous.
在Linux中,POSIX信號量和SystemV信號量也都是異步的,不過pthreads條件變量不是異步的。
In Linux, pthreads does not provide an initial state, but POSIX semaphores provide an initial state.
在Linux中,pthreads并沒有提供初始狀態,而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.
最后,pthreads是在多CPU計算機上進行并行編程的理想之選。
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調度和編譯器優化的幾點說明