Searched refs:timeoutms (Results 1 – 2 of 2) sorted by relevance
779 long timeoutms = 0; in PHP_FUNCTION() local783 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &timeoutms) == FAILURE) in PHP_FUNCTION()787 result = MsgWaitForMultipleObjects(0, NULL, FALSE, timeoutms, QS_ALLINPUT); in PHP_FUNCTION()
188 ZEND_ARG_INFO(0, timeoutms)
Completed in 12 milliseconds