Home
last modified time | relevance | path

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

/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c61 ZEND_ARG_INFO(0, max_acquire)
200 zend_long key, max_acquire = 1, perm = 0666, auto_release = 1; in PHP_FUNCTION() local
206 …if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l|lll", &key, &max_acquire, &perm, &auto_re… in PHP_FUNCTION()
267 semarg.val = max_acquire; in PHP_FUNCTION()
273 if (semctl(semid, SYSVSEM_SEM, SETVAL, &max_acquire) == -1) { in PHP_FUNCTION()
278 if (semctl(semid, SYSVSEM_SEM, SETVAL, max_acquire) == -1) { in PHP_FUNCTION()

Completed in 12 milliseconds