Home
last modified time | relevance | path

Searched refs:TIMEOUT_PRECISION (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php140 @stream_select($r, $w, $e, 0, Process::TIMEOUT_PRECISION * 1E6);
142 usleep(Process::TIMEOUT_PRECISION * 1E6);
H A DUnixPipes.php103 … $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * 1E6 : 0)) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php150 @stream_select($r, $w, $e, 0, Process::TIMEOUT_PRECISION * 1E6);
152 usleep(Process::TIMEOUT_PRECISION * 1E6);
H A DUnixPipes.php113 if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * 1E6 : 0)) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php44 const TIMEOUT_PRECISION = 0.2; define in Symfony\\Component\\Process\\Process
/plugin/combo/vendor/symfony/process/
H A DProcess.php47 public const TIMEOUT_PRECISION = 0.2; define in Symfony\\Component\\Process\\Process