Mutex 类
(PECL pthreads < 3.0.0)
简介
Warning
pthreads v3 中已经将 Mutex 类移除。
Mutex 类中包含一些直接访问 Posix 互斥量的静态方法
类摘要
Mutex
{
final
public
static
create
([
bool
$lock
] ) :
int
final
public
static
destroy
(
int
$mutex
) :
bool
final
public
static
lock
(
int
$mutex
) :
bool
final
public
static
trylock
(
int
$mutex
) :
bool
final
public
static
unlock
(
int
$mutex
[,
bool
$destroy
] ) :
bool
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.