Mutex 类

(PECL pthreads < 3.0.0)

简介

警告

pthreads v3 中已经将 Mutex 类移除。

Mutex 类中包含一些直接访问 Posix 互斥量的静态方法

类摘要

class 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
}

目录