Searched refs:TIMEOUT_PRECISION (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/vendor/symfony/process/Pipes/ |
H A D | WindowsPipes.php | 140 @stream_select($r, $w, $e, 0, Process::TIMEOUT_PRECISION * 1E6); 142 usleep(Process::TIMEOUT_PRECISION * 1E6);
|
H A D | UnixPipes.php | 103 … $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * 1E6 : 0)) {
|
/plugin/combo/vendor/symfony/process/Pipes/ |
H A D | WindowsPipes.php | 150 @stream_select($r, $w, $e, 0, Process::TIMEOUT_PRECISION * 1E6); 152 usleep(Process::TIMEOUT_PRECISION * 1E6);
|
H A D | UnixPipes.php | 113 if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * 1E6 : 0)) {
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | Process.php | 44 const TIMEOUT_PRECISION = 0.2; define in Symfony\\Component\\Process\\Process
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 47 public const TIMEOUT_PRECISION = 0.2; define in Symfony\\Component\\Process\\Process
|