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