月亮词典
首页
查询
pthreads
pthreads
常用释义
词性释义
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
连接
就会
这样
。
网络释义
线程库
本文使用 POSIX
线程库
(
pthreads
)来创建线程。比如,本文需要两个线程,一个是数据接收线程,另一个是音乐播放线程。
线程标准
A:linux 的线程遵守 POSIX
线程标准
(
pthreads
) ,目前主要有两个版本: 1. LinuxThreads. 1996 年由 Xavier Leroy 实现, …
更新时间:2025-05-12 20:14