Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dshared_alloc_shm.c116 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 Dconfig.m454 shmctl(ipc_id, IPC_RMID, NULL);
58 if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) {
60 shmctl(ipc_id, IPC_RMID, NULL);
68 if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) {
70 shmctl(ipc_id, IPC_RMID, NULL);
74 shmctl(ipc_id, IPC_RMID, NULL);
/PHP-7.0/TSRM/
H A Dtsrm_win32.h111 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
H A Dtsrm_win32.c712 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl() function
/PHP-7.0/ext/shmop/
H A Dshmop.c205 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION()
353 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
/PHP-7.0/ext/sysvshm/
H A Dsysvshm.c235 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()

Completed in 11 milliseconds