Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_win32.h78 #define IPC_EXCL 00002000 macro
H A Dtsrm_win32.c618 if (flags & IPC_EXCL) { in shmget()
/PHP-5.5/ext/opcache/
H A Dshared_alloc_shm.c72 shmget_flags = IPC_CREAT|SHM_R|SHM_W|IPC_EXCL; in create_segments()
/PHP-5.5/ext/shmop/
H A DREADME23 n create a new segment and fail if one already exists under same name (sets IPC_CREATE|IPC_EXCL)
H A Dshmop.c191 shmop->shmflg |= (IPC_CREAT | IPC_EXCL); in PHP_FUNCTION()
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c173 if ((shm_id = shmget(shm_key, shm_size, shm_flag | IPC_CREAT | IPC_EXCL)) < 0) { in PHP_FUNCTION()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c267 mq->id = msgget(key, IPC_CREAT | IPC_EXCL | perms); in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS7566 - Fixed shmop_open() with IPC_CREAT|IPC_EXCL flags on Windows.

Completed in 48 milliseconds