The Mutex class
(PECL pthreads >= 2.0.0)
Introduction
The static methods contained in the Mutex class provide direct access to Posix Mutex functionality.
Class synopsis
Mutex
{
/* Methods */
}Table of Contents
- Mutex::create — Create a Mutex
- Mutex::destroy — Destroy Mutex
- Mutex::lock — Acquire Mutex
- Mutex::trylock — Attempt to Acquire Mutex
- Mutex::unlock — Release Mutex
Коментарии
404 Not Found