Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A Dtsrm_win32.h108 TSRM_API void *shmat(int key, const void *shmaddr, int flags);
H A Dtsrm_win32.c703 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat() function
/PHP-7.4/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.m446 shm = shmat(ipc_id, NULL, 0);
/PHP-7.4/ext/shmop/
H A Dshmop.c215 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION()
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c193 if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) { in PHP_FUNCTION()

Completed in 23 milliseconds