Searched refs:IPC_RMID (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/opcache/ |
H A D | shared_alloc_shm.c | 116 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 D | config.m4 | 54 shmctl(ipc_id, IPC_RMID, NULL); 60 shmctl(ipc_id, IPC_RMID, NULL); 70 shmctl(ipc_id, IPC_RMID, NULL); 74 shmctl(ipc_id, IPC_RMID, NULL);
|
/PHP-7.0/TSRM/ |
H A D | tsrm_win32.h | 85 #define IPC_RMID 0 macro
|
H A D | tsrm_win32.c | 731 case IPC_RMID: in shmctl()
|
/PHP-7.0/ext/sysvsem/ |
H A D | sysvsem.c | 396 if (semctl(sem_ptr->semid, 0, IPC_RMID, un) < 0) { 398 if (semctl(sem_ptr->semid, 0, IPC_RMID, NULL) < 0) {
|
/PHP-7.0/ext/shmop/ |
H A D | shmop.c | 353 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
|
/PHP-7.0/ext/sysvshm/ |
H A D | sysvshm.c | 235 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()
|
/PHP-7.0/ext/sysvmsg/ |
H A D | sysvmsg.c | 295 if (msgctl(mq->id, IPC_RMID, NULL) == 0) { in PHP_FUNCTION()
|
Completed in 20 milliseconds