Searched refs:shm (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/TSRM/ |
H A D | tsrm_win32.c | 50 globals->shm = NULL; in tsrm_win32_ctor() 74 if (globals->shm) { in tsrm_win32_dtor() 81 free(globals->shm); in tsrm_win32_dtor() 433 for (ptr = TWG(shm); ptr < (TWG(shm) + TWG(shm_size)); ptr++) { in shm_get() 453 TWG(shm) = newptr; in shm_get() 643 shm_pair *shm; in shmget() local 686 if (!shm) { in shmget() 704 shm->descriptor->shm_atime = shm->descriptor->shm_dtime = 0; in shmget() 705 shm->descriptor->shm_lpid = shm->descriptor->shm_nattch = 0; in shmget() 709 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget() [all …]
|
H A D | tsrm_win32.h | 65 shm_pair *shm; member
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_status.h | 24 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu… 25 void fpm_status_update_accepted_conn(struct fpm_shm_s *shm, unsigned long int accepted_conn); 26 void fpm_status_increment_accepted_conn(struct fpm_shm_s *shm); 27 void fpm_status_set_pm(struct fpm_shm_s *shm, int pm); 28 void fpm_status_update_max_children_reached(struct fpm_shm_s *shm, unsigned int max_children_reache… 29 void fpm_status_increment_max_children_reached(struct fpm_shm_s *shm);
|
/PHP-7.1/ext/shmop/tests/ |
H A D | 001.phpt | 15 echo "shm open for create: "; 25 echo "shm write test #1: "; 37 echo "shm open for read only: "; 61 echo "shm write test #1: "; 81 shm open for create: ok 82 shm size is: 1024 83 shm write test #1: ok 85 shm open for read only: ok 88 shm open for read only: ok 89 shm write test #1: ok [all …]
|
/PHP-7.1/ext/opcache/ |
H A D | config.m4 | 36 #include <sys/shm.h> 44 char *shm; 59 shmdt(shm); 69 shmdt(shm); 76 strcpy(shm, "hello"); 82 strcpy(shm, "bye"); 121 char *shm; 128 strcpy(shm, "hello"); 171 char *shm; 228 char *shm; [all …]
|
/PHP-7.1/ext/shmop/ |
H A D | shmop.c | 151 struct shmid_ds shm; in PHP_FUNCTION() local 205 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION() 217 shmop->size = shm.shm_segsz; in PHP_FUNCTION()
|
H A D | README | 44 offset - offset in shm to write from 52 returns the size in bytes of the shm segment
|
Completed in 18 milliseconds