Searched refs:IPC_RMID (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/TSRM/ |
H A D | tsrm_win32.h | 81 #define IPC_RMID 0 macro
|
H A D | tsrm_win32.c | 705 case IPC_RMID: in shmctl()
|
/PHP-5.3/ext/sysvsem/ |
H A D | sysvsem.c | 381 if (semctl(sem_ptr->semid, 0, IPC_RMID, un) < 0) { 383 if (semctl(sem_ptr->semid, 0, IPC_RMID, NULL) < 0) {
|
/PHP-5.3/ext/shmop/ |
H A D | shmop.c | 359 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
|
/PHP-5.3/ext/sysvshm/ |
H A D | sysvshm.c | 231 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()
|
/PHP-5.3/ext/sysvmsg/ |
H A D | sysvmsg.c | 291 if (msgctl(mq->id, IPC_RMID, NULL) == 0) { in PHP_FUNCTION()
|
Completed in 12 milliseconds