Searched refs:shmctl (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/opcache/ |
H A D | shared_alloc_shm.c | 116 shmctl(shared_segments[i].shm_id, IPC_RMID, &sds); in create_segments() 119 shmctl(shared_segments[i].shm_id, IPC_RMID, &sds); in create_segments()
|
H A D | config.m4 | 37 shmctl(ipc_id, IPC_RMID, NULL); 41 if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) { 43 shmctl(ipc_id, IPC_RMID, NULL); 51 if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) { 53 shmctl(ipc_id, IPC_RMID, NULL); 57 shmctl(ipc_id, IPC_RMID, NULL);
|
/PHP-5.6/TSRM/ |
H A D | tsrm_win32.h | 107 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
|
H A D | tsrm_win32.c | 702 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl() function
|
/PHP-5.6/ext/shmop/ |
H A D | shmop.c | 216 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION() 359 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
|
/PHP-5.6/ext/sysvshm/ |
H A D | sysvshm.c | 231 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()
|
Completed in 12 milliseconds