function sem get

sem_getPHP ManualPrevNextsem_getsem_get -- get a semaphore idDescriptionint sem_get(int key, int [max_acquire] , int [perm] ); Returns: A positive semaphore identifier on success, or false on error. sem_get() returns an id that can be used to access the System V semaphore with the given key. The semaphore is created if necessary using the permission bits specified in perm (defaults to 0666). The number of processes that can acquire the semaphore simultaneously is set to max_acquire (defaults to 1). Actually this value is set only if the process finds it is the only process currently attached to the semaphore. A second call to sem_get() for the same key will return a different semaphore identifier, but both identifiers access the same underlying semaphore. See also: sem_acquire() and sem_release().PrevHomeNextSemaphore and shared memory functionsUpsem_acquire
Wyszukiwarka

Podobne podstrony:
function sem get
function sem get
function domnode get content
function imap get quota
function openssl get privatekey
function fdf get file
function snmp get quick print
function yp get default domain
function mssql get last message
function pdf get value
function shm get var
function pdf get parameter
function mcrypt get iv size
function ob get status
function printer get option

więcej podobnych podstron