system
简介
进程控制扩展
在线手册:
中文
英文
PHP手册
pthreads
简介
安装/配置
需求
安装
运行时配置
资源类型
预定义常量
Thread
— The Thread class
Thread::getCreatorId
— Identification
Thread::getThreadId
— Identification
Thread::isJoined
— State Detection
Thread::isRunning
— State Detection
Thread::isStarted
— State Detection
Thread::isTerminated
— State Detection
Thread::isWaiting
— State Detection
Thread::join
— Synchronization
Thread::lock
— Synchronization
Thread::notify
— Synchronization
Thread::run
— Execution
Thread::start
— Execution
Thread::synchronized
— Synchronization
Thread::unlock
— Synchronization
Thread::wait
— Synchronization
Worker
— The Worker class
Worker::getCreatorId
— Identification
Worker::getStacked
— Stack Analysis
Worker::getThreadId
— Identification
Worker::isShutdown
— State Detection
Worker::isWorking
— State Detection
Worker::run
— Execution
Worker::shutdown
— Synchronization
Worker::stack
— Stacking
Worker::start
— Execution
Worker::unstack
— Stacking
Stackable
— The Stackable class
Stackable::isRunning
— State Detection
Stackable::isTerminated
— State Detection
Stackable::isWaiting
— State Detection
Stackable::lock
— Synchronization
Stackable::notify
— Synchronization
Stackable::run
— Execution
Stackable::synchronized
— Synchronization
Stackable::unlock
— Synchronization
Stackable::wait
— Synchronization
Modifiers
— Method Modifiers
Mutex
— The Mutex class
Mutex::create
— Create a Mutex
Mutex::destroy
— Destroy Mutex
Mutex::lock
— Acquire Mutex
Mutex::trylock
— Attempt to Acquire Mutex
Mutex::unlock
— Release Mutex
Cond
— The Cond class
Cond::broadcast
— Broadcast a Condition
Cond::create
— Create a Condition
Cond::destroy
— Destroy a Condition
Cond::signal
— Signal a Condition
Cond::wait
— Wait for Condition
system
简介
进程控制扩展
在线手册:
中文
英文
PHP手册