Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A Dconfig.m448 shmctl(ipc_id, IPC_RMID, NULL);
52 if (shmctl(ipc_id, IPC_STAT, &shmbuf) != 0) {
54 shmctl(ipc_id, IPC_RMID, NULL);
62 if (shmctl(ipc_id, IPC_SET, &shmbuf) != 0) {
64 shmctl(ipc_id, IPC_RMID, NULL);
68 shmctl(ipc_id, IPC_RMID, NULL);
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()
/PHP-7.4/TSRM/
H A Dtsrm_win32.h110 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
H A Dtsrm_win32.c747 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl() function
/PHP-7.4/ext/shmop/
H A Dshmop.c204 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION()
357 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c244 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()

Completed in 18 milliseconds