Home
last modified time | relevance | path

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

/PHP-8.0/TSRM/
H A Dtsrm_win32.h104 TSRM_API void *shmat(int key, const void *shmaddr, int flags);
H A Dtsrm_win32.c701 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat() function
/PHP-8.0/ext/opcache/
H A Dshared_alloc_shm.c112 shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0); in create_segments()
H A Dconfig.m4124 shm = shmat(ipc_id, NULL, 0);
/PHP-8.0/ext/shmop/
H A Dshmop.c208 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c167 if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) { in PHP_FUNCTION()

Completed in 15 milliseconds