(PECL pthreads < 3.0.0)
はじめに
警告 The Mutex class has been removed in pthreads v3.
The static methods contained in the Mutex class provide direct access to Posix Mutex functionality.
目次
- Mutex::create — Create a Mutex
- Mutex::destroy — Destroy Mutex
- Mutex::lock — Acquire Mutex
- Mutex::trylock — Attempt to Acquire Mutex
- Mutex::unlock — Release Mutex
/* メソッド */