検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 127 for wait (0.003 sec.)
Synchronization 6068
« Threaded::merge Threaded::notifyOne » PHP Manual Threaded Synchronization Threaded::notify (PE ... た場合に false を返します。 例 例1 Notifications and Waiting <?php class My extends Thread { public function ... run () { /** cause this thread to wait **/ $this -> synchronized (function( $thread ){ if ... (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My (); $my -> start ... (); /** send notification to the waiting thread **/ $my -> synchronized (function( $thre ...
https://man.plustar.jp/php/threaded.notify.html - [similar]
Synchronization 6068
« Threaded::shift Threaded::wait » PHP Manual Threaded Synchronization Threaded::synchronized (P ... ion( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My (); $my -> start ...
https://man.plustar.jp/php/threaded.synchronized.html - [similar]
The Swoole\Event class 6031
« Swoole\Coroutine::suspend Swoole\Event::add » PHP Manual Swoole The Swoole\Event class The Swo ... ack = ? , string $events = ? ): bool public static wait (): void public static write ( string $fd , string ... vent callback functions of a socket. Swoole\Event::wait — Description Swoole\Event::write — Write data to ...
https://man.plustar.jp/php/class.swoole-event.html - [similar]
The Threaded class 6031
« 定義済み定数 Threaded::chunk » PHP Manual pthreads The Threaded class The Threaded class (PECL ... ( Closure $block , mixed ...$args ): mixed public wait ( int $timeout = ? ): bool } 目次 Threaded::chunk ... Threaded::synchronized — Synchronization Threaded::wait — Synchronization 関連キーワード: Threaded , publi ...
https://man.plustar.jp/php/class.threaded.html - [similar]
スキャンの準備をする 6031
« yaz_scan_result yaz_schema » PHP Manual YAZ 関数 スキャンの準備をする yaz_scan (PHP 4 >= 4.0.5 ... クエストをサーバーへ送信して応答を受信するには、 yaz_wait() をコールする必要があります。 yaz_wait() のコール ... n ( $id , "rpn" , "@attr 1=4 " . $startterm ); yaz_wait (); $errno = yaz_errno ( $id ); if ( $errno == 0 ) ...
https://man.plustar.jp/php/function.yaz-scan.html - [similar]
Synchronization 6031
« Threaded::notify Threaded::pop » PHP Manual Threaded Synchronization Threaded::notifyOne (PECL ... た場合に false を返します。 例 例1 Notifications and Waiting <?php class My extends Thread { public function ... run () { /** cause this thread to wait **/ $this -> synchronized (function( $thread ){ if ... (! $thread -> done ) $thread -> wait (); }, $this ); } } $my = new My (); $my -> start ... (); /** send notification to the waiting thread **/ $my -> synchronized (function( $thre ...
https://man.plustar.jp/php/threaded.notifyone.html - [similar]
Begin checking for events and calling callbacks for the loop 5982
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... ior described above Ev::RUN_ONCE Block at most one(wait, but don't loop) Ev::RUN_NOWAIT Don't block at all ... (fetch/handle events, but don't wait) See the run flag constants . 戻り値 値を返しません ...
https://man.plustar.jp/php/evloop.run.html - [similar]
Constructs a new SyncEvent object 5933
« SyncEvent SyncEvent::fire » PHP Manual SyncEvent Constructs a new SyncEvent object SyncEvent:: ... ually. 注意 : Manual reset event objects allow all waiting processes through until the object is reset. pr ... vent = new SyncEvent ( "GetAppReport" ); $event -> wait (); ?> 変更履歴 バージョン 説明 PECL sync 1.1.0 Ad ... cEvent::reset() - Resets a manual event SyncEvent::wait() - Waits for the event to be fired/set 関連キーワ ...
https://man.plustar.jp/php/syncevent.construct.html - [similar]
待つかフォークした子プロセスのステータスを返す 5848
« pcntl_wait pcntl_wexitstatus » PHP Manual PCNTL 関数 待つかフォークした子プロセスのステータスを ... 返す pcntl_waitpid (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wai ... フォークした子プロセスのステータスを返す 説明 pcntl_waitpid ( int $process_id , int &$status , int $flags = ... り使用される全てのシステム リソースは、解放されます。waitpid のシステムでの動作に関する詳細は、 システムの w ... を待ちます。 -1 全ての子プロセスを待ちます。これは、wait 関数の動作と同じです。 0 プロセスグループ ID がコー ...
https://man.plustar.jp/php/function.pcntl-waitpid.html - [similar]
定義済み定数 5848
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... atever action was taken was successful. GEARMAN_IO_WAIT ( int ) When in non-blocking mode, an event is hit ... rned. GEARMAN_NO_ACTIVE_FDS ( int ) GearmanClient::wait() or GearmanWorker() was called with no connection ... ) GEARMAN_RECV_BUFFER_SIZE ( int ) GEARMAN_WORKER_WAIT_TIMEOUT ( int ) 関連キーワード: int , 定数 , 定義 ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT