検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for Mutex (0.002 sec.)
Constructs a new SyncMutex object 12567
« SyncMutex SyncMutex::lock » PHP Manual SyncMutex Constructs a new SyncMutex object SyncMutex:: ... __construct (PECL sync >= 1.0.0) SyncMutex::__construct — Constructs a new SyncMutex object 説 ... 明 public SyncMutex::__construct ( string $name = ? ) Constructs a nam ... ed or unnamed countable mutex. パラメータ name The name of the mutex if this is ... a named mutex object. 注意 : If the name already exists, it must ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
Unlocks the mutex 10869
« SyncMutex::lock SyncSemaphore » PHP Manual SyncMutex Unlocks the mutex SyncMutex::unlock (PECL ... sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex 説明 public SyncMutex: ... se ): bool Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, th ... e を、失敗した場合に false を返します。 例 例1 SyncMutex::unlock() example <?php $mutex = new SyncMutex ( " ... UniqueName" ); $mutex -> lock (); /* ... */ $mutex -> unlock (); ?> 参考 ...
https://man.plustar.jp/php/syncmutex.unlock.html - [similar]
The SyncMutex class 10708
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class ... tive implementation of named and unnamed countable mutex objects. A mutex is a mutual exclusion object that ... urce (e.g. a file) to a single instance. Countable mutexes acquire the mutex a single time and internally t ... rack the number of times the mutex is locked. The mutex is unlocked as soon as it goe ... of times that it was locked. クラス概要 class SyncMutex { /* メソッド */ public __construct ( string $name ...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
Waits for an exclusive lock 9653
« SyncMutex::__construct SyncMutex::unlock » PHP Manual SyncMutex Waits for an exclusive lock Sy ... ncMutex::lock (PECL sync >= 1.0.0) SyncMutex::lock — Waits ... for an exclusive lock 説明 public SyncMutex::lock ( int $wait = -1 ): bool Obtains an exclusiv ... e lock on a SyncMutex object. If the lock is already acquired, then this ... e を、失敗した場合に false を返します。 例 例1 SyncMutex::lock() example <?php $mutex = new SyncMutex ( "Un ...
https://man.plustar.jp/php/syncmutex.lock.html - [similar]
Construct a Swoole Channel 8134
« Swoole\Channel Swoole\Channel::__destruct » PHP Manual Swoole\Channel Construct a Swoole Chann ... in Golang, implemented based on shared memory and mutex locks. It can be used as high performance message ... e , memory , construct , swoole , there , thrown , mutex ...
https://man.plustar.jp/php/swoole-channel.construct.html - [similar]
The parallel\Sync class 7508
« parallel\Events\Event\Type parallel\Sync::__construct » PHP Manual parallel The parallel\Sync ... es access to low level synchronization primitives, mutex, condition variables, and allows the implementatio ...
https://man.plustar.jp/php/class.parallel-sync.html - [similar]
The SyncSemaphore class 7508
« SyncMutex::unlock SyncSemaphore::__construct » PHP Manual Sync The SyncSemaphore class The Syn ... imited number of instances. Semaphores differ from mutexes in that they can allow more than one instance to ... access a resource at one time while a mutex only allows one instance at a time. クラス概要 cla ...
https://man.plustar.jp/php/class.syncsemaphore.html - [similar]
はじめに 7508
« Sync インストール/設定 » PHP Manual Sync はじめに はじめに The 'sync' extension introduces cro ... synchonization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared ...
https://man.plustar.jp/php/intro.sync.html - [similar]
Sync 7472
« Shmop はじめに » PHP Manual プロセス制御 Sync Sync はじめに インストール/設定 要件 インストール ... 手順 実行時設定 リソース型 定義済み定数 SyncMutex — The SyncMutex class SyncMutex::__construct — Con ... structs a new SyncMutex object SyncMutex::lock — Waits for an exclusive lo ... ck SyncMutex::unlock — Unlocks the mutex SyncSemaphore — The Sy ... redMemory , SyncEvent , lock , SyncSemaphore , SyncMutex , construct , new , Constructs , Waits ...
https://man.plustar.jp/php/book.sync.html - [similar]
定義済み定数 7347
« リソース型 Swoole 関数 » PHP Manual Swoole 定義済み定数 定義済み定数 以下の定数が定義されていま ... E_AIO_LINUX ( int ) SWOOLE_FILELOCK ( int ) SWOOLE_MUTEX ( int ) SWOOLE_SEM ( int ) SWOOLE_RWLOCK ( int ) W ...
https://man.plustar.jp/php/swoole.constants.html - [similar]
PREV 1 NEXT