Home
last modified time | relevance | path

Searched refs:shm (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/TSRM/
H A Dtsrm_win32.c50 globals->shm = NULL; in tsrm_win32_ctor()
74 if (globals->shm) { in tsrm_win32_dtor()
81 free(globals->shm); in tsrm_win32_dtor()
431 for (ptr = TWG(shm); ptr < (TWG(shm) + TWG(shm_size)); ptr++) { in shm_get()
451 TWG(shm) = newptr; in shm_get()
642 shm_pair *shm; in shmget() local
688 if (!shm) { in shmget()
706 shm->descriptor->shm_atime = shm->descriptor->shm_dtime = 0; in shmget()
707 shm->descriptor->shm_lpid = shm->descriptor->shm_nattch = 0; in shmget()
711 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget()
[all …]
H A Dtsrm_win32.h66 shm_pair *shm; member
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_status.h24 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.2/ext/shmop/tests/
H A D001.phpt15 echo "shm open for create: ";
25 echo "shm write test #1: ";
37 echo "shm open for read only: ";
60 echo "shm write test #1: ";
80 shm open for create: ok
81 shm size is: 1024
82 shm write test #1: ok
84 shm open for read only: ok
88 shm open for read only: ok
89 shm write test #1: ok
[all …]
/PHP-7.2/ext/opcache/
H A Dconfig.m436 #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.2/ext/shmop/
H A Dshmop.c151 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 DREADME44 offset - offset in shm to write from
52 returns the size in bytes of the shm segment

Completed in 21 milliseconds