検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for SyncMutex (0.002 sec.)
Constructs a new SyncMutex object 11270
« 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 ... n with a meaningless error message. 戻り値 The new SyncMutex object. エラー / 例外 An exception is thrown if th ... e mutex cannot be created or opened. 例 例1 SyncMutex::__construct() named mutex with lock timeout examp ...
https://man.plustar.jp/php/syncmutex.construct.html - [similar]
Waits for an exclusive lock 10749
« SyncMutex::__construct SyncMutex::unlock » PHP Manual SyncMutex Waits for an exclusive lock SyncMutex ... ncMutex::lock (PECL sync >= 1.0.0) SyncMutex::lock — Waits for an exclusive lock 説明 public Sy ... $wait = -1 ): bool Obtains an exclusive lock on a SyncMutex object. If the lock is already acquired, then this ... true を、失敗した場合に false を返します。 例 例1 SyncMutex::lock() example <?php $mutex = new SyncMutex ( "Un ... ; exit(); } /* ... */ $mutex -> unlock (); ?> 参考 SyncMutex::unlock() - Unlocks the mutex 関連キーワード: lock ...
https://man.plustar.jp/php/syncmutex.lock.html - [similar]
Unlocks the mutex 10677
« SyncMutex::lock SyncSemaphore » PHP Manual SyncMutex Unlocks the mutex SyncMutex::unlock (PECL ... sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex 説明 public SyncMutex: ... false ): bool Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, th ... true を、失敗した場合に false を返します。 例 例1 SyncMutex::unlock() example <?php $mutex = new SyncMutex ( " ... -> lock (); /* ... */ $mutex -> unlock (); ?> 参考 SyncMutex::lock() - Waits for an exclusive lock 関連キーワー ...
https://man.plustar.jp/php/syncmutex.unlock.html - [similar]
The SyncMutex class 10641
« 定義済み定数 SyncMutex::__construct » PHP Manual Sync The SyncMutex class The SyncMutex class ... mber of times that it was locked. クラス概要 class SyncMutex { /* メソッド */ public __construct ( string $name ... l public unlock ( bool $all = false ): bool } 目次 SyncMutex::__construct — Constructs a new SyncMutex object S ... yncMutex::lock — Waits for an exclusive lock SyncMutex::unlock — Unlocks the mutex 関連キーワード: SyncMu ...
https://man.plustar.jp/php/class.syncmutex.html - [similar]
Sync 9185
« 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 ... cSharedMemory , SyncEvent , lock , SyncSemaphore , SyncMutex , construct , new , Constructs , Waits ...
https://man.plustar.jp/php/book.sync.html - [similar]
定義済み定数 7621
« リソース型 SyncMutex » PHP Manual Sync 定義済み定数 定義済み定数 定数は定義されていません。 関 ... 連キーワード: 定義 , 定数 , リソース , SyncMutex , ...
https://man.plustar.jp/php/sync.constants.html - [similar]
プロセス制御 7010
« Vtiful\Kernel\Format::underline Eio » PHP Manual 関数リファレンス プロセス制御 プロセス制御 Ei ... クラス Sync はじめに インストール/設定 定義済み定数 SyncMutex — The SyncMutex class SyncSemaphore — The SyncSema ...
https://man.plustar.jp/php/refs.fileprocess.process.html - [similar]
The SyncSemaphore class 6848
« SyncMutex::unlock SyncSemaphore::__construct » PHP Manual Sync The SyncSemaphore class The Syn ...
https://man.plustar.jp/php/class.syncsemaphore.html - [similar]
The SyncSharedMemory class 6812
« SyncReaderWriter::writeunlock SyncSharedMemory::__construct » PHP Manual Sync The SyncSharedMe ... y is an alternative. Synchronization objects (e.g. SyncMutex) are still required to protect most uses of shared ...
https://man.plustar.jp/php/class.syncsharedmemory.html - [similar]
PREV 1 NEXT