Searched refs:shmctl (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/TSRM/ |
H A D | tsrm_win32.h | 107 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
|
H A D | tsrm_win32.c | 686 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl() function
|
/PHP-5.4/ext/shmop/ |
H A D | shmop.c | 216 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION() 359 if (shmctl(shmop->shmid, IPC_RMID, NULL)) { in PHP_FUNCTION()
|
/PHP-5.4/ext/sysvshm/ |
H A D | sysvshm.c | 231 if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) { in PHP_FUNCTION()
|
Completed in 11 milliseconds