system
導入
プロセス制御
PHP Manual
pthreads
導入
インストール/設定
要件
インストール手順
実行時設定
定義済み定数
Threaded
— The Threaded class
Threaded::chunk
— Manipulation
Threaded::count
— Manipulation
Threaded::extend
— Runtime Manipulation
Threaded::from
— Creation
Threaded::getTerminationInfo
— Error Detection
Threaded::isRunning
— State Detection
Threaded::isTerminated
— State Detection
Threaded::isWaiting
— State Detection
Threaded::lock
— Synchronization
Threaded::merge
— Manipulation
Threaded::notify
— Synchronization
Threaded::pop
— Manipulation
Threaded::run
— Execution
Threaded::shift
— Manipulation
Threaded::synchronized
— Synchronization
Threaded::unlock
— Synchronization
Threaded::wait
— Synchronization
Thread
— Thread クラス
Thread::detach
— Execution
Thread::getCreatorId
— 識別
Thread::getCurrentThread
— Identification
Thread::getCurrentThreadId
— Identification
Thread::getThreadId
— 識別
Thread::globally
— Execution
Thread::isJoined
— 状態を検出する
Thread::isStarted
— 状態を検出する
Thread::join
— 同期処理
Thread::kill
— Execution
Thread::start
— 実行する
Worker
— Worker クラス
Worker::getStacked
— スタックの状態を調べる
Worker::isShutdown
— 状態を検出する
Worker::isWorking
— 状態を検出する
Worker::shutdown
— 同期処理
Worker::stack
— スタック処理
Worker::unstack
— スタック処理
Collectable
— The Collectable class
Collectable::isGarbage
— Determine whether an object has been marked as garbage
Collectable::setGarbage
— Mark an object as garbage
Modifiers
— Method Modifiers
Pool
— The Pool class
Pool::collect
— Collect references to completed tasks
Pool::__construct
— Creates a new Pool of Workers
Pool::resize
— Resize the Pool
Pool::shutdown
— Shutdown all Workers
Pool::submit
— Submits an object for execution
Pool::submitTo
— Submits an object for execution
Mutex
— Mutex クラス
Mutex::create
— ミューテックスを作る
Mutex::destroy
— ミューテックスを破棄する
Mutex::lock
— ミューテックスを確保する
Mutex::trylock
— ミューテックスの確保を試みる
Mutex::unlock
— ミューテックスを解放する
Cond
— Cond クラス
Cond::broadcast
— 条件をブロードキャストする
Cond::create
— 条件を作る
Cond::destroy
— 条件を破棄する
Cond::signal
— 条件を通知する
Cond::wait
— 条件を待つ
system
導入
プロセス制御
PHP Manual