Searched refs:shmat (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.h | 104 TSRM_API void *shmat(int key, const void *shmaddr, int flags);
|
H A D | tsrm_win32.c | 701 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat() function
|
/PHP-8.0/ext/opcache/ |
H A D | shared_alloc_shm.c | 112 shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0); in create_segments()
|
H A D | config.m4 | 124 shm = shmat(ipc_id, NULL, 0);
|
/PHP-8.0/ext/shmop/ |
H A D | shmop.c | 208 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION()
|
/PHP-8.0/ext/sysvshm/ |
H A D | sysvshm.c | 167 if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) { in PHP_FUNCTION()
|
Completed in 20 milliseconds