Query: mutex
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MUTEX(3) 1 MUTEX(3) The Mutex classINTRODUCTIONThe static methods contained in the Mutex class provide direct access to Posix Mutex functionality.CLASS SYNOPSISMutex Mutex Methods o finalpublicstatic long Mutex::create ([boolean $lock]) o finalpublicstatic boolean Mutex::destroy (long $mutex) o finalpublicstatic boolean Mutex::lock (long $mutex) o finalpublicstatic boolean Mutex::trylock (long $mutex) o finalpublicstatic boolean Mutex::unlock (long $mutex, [boolean $destroy]) PHP Documentation Group MUTEX(3)
Related Man Pages |
---|
pthread_mutex_init(3) - netbsd |
pthread_mutex_unlock(3) - osf1 |
pthread_mutex_lock(3) - osf1 |
pthread_mutexattr_settype(3) - osf1 |
pthread_mutex_trylock(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Threads and Mutex |
mutex |
using pthread_mutex_destroy() |
Can Mutex be replaced with anything? |
pthread_mutex_lock in ANSI C vs using Atomic builtins of GCC |