Home
last modified time | relevance | path

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

/PHP-8.3/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.m4121 shmctl(ipc_id, IPC_RMID, NULL);
125 if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) {
127 shmctl(ipc_id, IPC_RMID, NULL);
135 if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) {
137 shmctl(ipc_id, IPC_RMID, NULL);
141 shmctl(ipc_id, IPC_RMID, NULL);
/PHP-8.3/TSRM/
H A Dtsrm_win32.h105 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
H A Dtsrm_win32.c757 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl() function
/PHP-8.3/ext/shmop/
H A Dshmop.c191 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION()
323 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c226 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()

Completed in 23 milliseconds