php man page for syncmutex

Query: syncmutex

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYNCMUTEX(3)								 1							      SYNCMUTEX(3)

The SyncMutex class

INTRODUCTION
A cross-platform, native implementation of named and unnamed countable mutex objects. A mutex is a mutual exclusion object that restricts access to a shared resource (e.g. a file) to a single instance. Countable mutexes acquire the mutex a single time and internally track the number of times the mutex is locked. The mutex is unlocked as soon as it goes out of scope or is unlocked the same number of times that it was locked.
CLASS SYNOPSIS
SyncMutex SyncMutex Methods o public SyncMutex::__construct ([string $name]) o public bool SyncMutex::lock ([integer $wait]) o public bool SyncMutex::unlock ([bool $all]) PHP Documentation Group SYNCMUTEX(3)
Related Man Pages
_lwp_mutex_lock(2) - opensolaris
_lwp_mutex_unlock(2) - opensolaris
pthread_mutexattr_settype(3c) - opensolaris
qmutex(3qt) - redhat
pthread_mutexattr_gettype(3c) - sunos
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch