Home
last modified time | relevance | path

Searched refs:IPC_RMID (Results 1 – 8 of 8) 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);
127 shmctl(ipc_id, IPC_RMID, NULL);
137 shmctl(ipc_id, IPC_RMID, NULL);
141 shmctl(ipc_id, IPC_RMID, NULL);
/PHP-8.3/TSRM/
H A Dtsrm_win32.h79 #define IPC_RMID 0 macro
H A Dtsrm_win32.c777 case IPC_RMID: in shmctl()
/PHP-8.3/ext/sysvsem/
H A Dsysvsem.c382 if (semctl(sem_ptr->semid, 0, IPC_RMID, un) < 0) {
384 if (semctl(sem_ptr->semid, 0, IPC_RMID, NULL) < 0) {
/PHP-8.3/ext/shmop/
H A Dshmop.c323 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c255 if (msgctl(mq->id, IPC_RMID, NULL) == 0) { 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 19 milliseconds