Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dshared_alloc_shm.c115 shmctl(shared_segments[i].shm_id, IPC_RMID, &sds); in create_segments()
118 shmctl(shared_segments[i].shm_id, IPC_RMID, &sds); in create_segments()
H A Dconfig.m4126 shmctl(ipc_id, IPC_RMID, NULL);
130 if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) {
132 shmctl(ipc_id, IPC_RMID, NULL);
140 if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) {
142 shmctl(ipc_id, IPC_RMID, NULL);
146 shmctl(ipc_id, IPC_RMID, NULL);
/PHP-8.0/TSRM/
H A Dtsrm_win32.h106 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
H A Dtsrm_win32.c745 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl() function
/PHP-8.0/ext/shmop/
H A Dshmop.c197 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION()
329 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c231 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()

Completed in 51 milliseconds