検索

phrase: max: clip:
target: order:
Results of 1 - 9 of about 9 for semaphore (0.001 sec.)
Constructs a new SyncSemaphore object 11593
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... ject SyncSemaphore::__construct (PECL sync >= 1.0.0) SyncSemaphore::_ ... _construct — Constructs a new SyncSemaphore object 説明 public SyncSemaphore::__construct ( st ... $autounlock = true ) Constructs a named or unnamed semaphore. パラメータ name The name of the semaphore if this ... is a named semaphore object. 注意 : If the name already exists, it must ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
Decreases the count of the semaphore or waits 11324
« SyncSemaphore::__construct SyncSemaphore::unlock » PHP Manual SyncSemaphore Decreases the coun ... t of the semaphore or waits SyncSemaphore::lock (PECL sync >= 1.0.0) ... SyncSemaphore::lock — Decreases the count of the semaphore or wa ... its 説明 public SyncSemaphore::lock ( int $wait = -1 ): bool Decreases the count ... of a SyncSemaphore object or waits until the semaphore becomes non-ze ...
https://man.plustar.jp/php/syncsemaphore.lock.html - [similar]
Increases the count of the semaphore 11234
« SyncSemaphore::lock SyncEvent » PHP Manual SyncSemaphore Increases the count of the semaphore ... SyncSemaphore::unlock (PECL sync >= 1.0.0) SyncSemaphore::unlock ... — Increases the count of the semaphore 説明 public SyncSemaphore::unlock ( int &$prevcoun ... t = ? ): bool Increases the count of a SyncSemaphore object. パラメータ prevcount Returns the previous ... count of the semaphore. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/syncsemaphore.unlock.html - [similar]
The SyncSemaphore class 8843
« SyncMutex::unlock SyncSemaphore::__construct » PHP Manual Sync The SyncSemaphore class The Syn ... cSemaphore class (PECL sync >= 1.0.0) はじめに A cross-platfo ... rm, native implementation of named and unnamed semaphore objects. A semaphore restricts access to a limited ... resource to a limited number of instances. Semaphores differ from mutexes in that they can allow more t ... llows one instance at a time. クラス概要 class SyncSemaphore { /* メソッド */ public __construct ( string $name ...
https://man.plustar.jp/php/class.syncsemaphore.html - [similar]
セマフォを得る 8106
« msg_stat_queue sem_get » PHP Manual セマフォ関数 セマフォを得る sem_acquire (PHP 4, PHP 5, PHP ... em_acquire — セマフォを得る 説明 sem_acquire ( SysvSemaphore $semaphore , bool $non_blocking = false ): bool se ... が自動的に開放され、警告が表示されます。 パラメータ semaphore semaphore はセマフォのリソースで、 sem_get() によっ ... e を返します。 変更履歴 バージョン 説明 8.0.0 引数 semaphore は、 SysvSemaphore クラスのインスタンスを期待するよ ... 関連キーワード: セマフォ , sem , acquire , 確保 , semaphore , プロセス , SysvSemaphore , 獲得 , 開放 , バージョ ...
https://man.plustar.jp/php/function.sem-acquire.html - [similar]
セマフォを削除する 7980
« sem_release shm_attach » PHP Manual セマフォ関数 セマフォを削除する sem_remove (PHP 4 >= 4.1.0 ... _remove — セマフォを削除する 説明 sem_remove ( SysvSemaphore $semaphore ): bool sem_remove() は、指定したセマフ ... そのセマフォにはもうアクセスできません。 パラメータ semaphore sem_get() が返すセマフォ。 戻り値 成功した場合に t ... e を返します。 変更履歴 バージョン 説明 8.0.0 引数 semaphore は、 SysvSemaphore クラスのインスタンスを期待するよ ... る 関連キーワード: セマフォ , 削除 , sem , remove , semaphore , バージョン , release , SysvSemaphore , 期待 , 解 ...
https://man.plustar.jp/php/function.sem-remove.html - [similar]
セマフォを解放する 7944
« sem_get sem_remove » PHP Manual セマフォ関数 セマフォを解放する sem_release (PHP 4, PHP 5, PHP ... elease — セマフォを解放する 説明 sem_release ( SysvSemaphore $semaphore ): bool sem_release() は、そのセマフォが ... するには、 sem_acquire() をコールします。 パラメータ semaphore sem_get() が返すセマフォ。 戻り値 成功した場合に t ... e を返します。 変更履歴 バージョン 説明 8.0.0 引数 semaphore は、 SysvSemaphore クラスのインスタンスを期待するよ ... 関連キーワード: セマフォ , sem , 解放 , release , semaphore , 確保 , 期待 , バージョン , acquire , SysvSemapho ...
https://man.plustar.jp/php/function.sem-release.html - [similar]
Sync 7100
« Shmop はじめに » PHP Manual プロセス制御 Sync Sync はじめに インストール/設定 要件 インストール ... ive lock SyncMutex::unlock — Unlocks the mutex SyncSemaphore — The SyncSemaphore class SyncSemaphore::__constru ... ct — Constructs a new SyncSemaphore object SyncSemaphore::lock — Decreases the count o ... f the semaphore or waits SyncSemaphore::unlock — Increases the cou ... nt of the semaphore SyncEvent — The SyncEvent class SyncEvent::__const ...
https://man.plustar.jp/php/book.sync.html - [similar]
はじめに 6668
« Sync インストール/設定 » PHP Manual Sync はじめに はじめに The 'sync' extension introduces cro ... ization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory obj ...
https://man.plustar.jp/php/intro.sync.html - [similar]
PREV 1 NEXT