Searched refs:acquire (Results 1 – 4 of 4) sorted by relevance
298 static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire) in php_sysvsem_semop() argument310 if (!acquire && sem_ptr->count == 0) { in php_sysvsem_semop()316 sop.sem_op = acquire ? -1 : 1; in php_sysvsem_semop()321 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "re… in php_sysvsem_semop()326 sem_ptr->count -= acquire ? -1 : 1; in php_sysvsem_semop()
26 echo "Fail to acquire semaphore $sem_id.\n";30 echo "Success acquire semaphore $sem_id.\n";103 Success acquire semaphore Resource id #%i.
2343 be used for capturing (and they acquire numbers in the usual way).2902 ses, which still acquire numbers. Several convenience functions such as
4974 can still be used for capturing (and they will acquire numbers in the usual
Completed in 40 milliseconds