Home
last modified time | relevance | path

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

/PHP-5.3/TSRM/
H A Dtsrm_win32.c46 globals->shm = NULL; in tsrm_win32_ctor()
70 if (globals->shm) { in tsrm_win32_dtor()
77 free(globals->shm); in tsrm_win32_dtor()
418 for (ptr = TWG(shm); ptr < (TWG(shm) + TWG(shm_size)); ptr++) { in shm_get()
438 TWG(shm) = newptr; in shm_get()
595 shm_pair *shm; in shmget() local
637 shm->descriptor->shm_perm.cuid = shm->descriptor->shm_perm.cgid= 0; in shmget()
638 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget()
639 shm->descriptor->shm_atime = shm->descriptor->shm_dtime = 0; in shmget()
640 shm->descriptor->shm_lpid = shm->descriptor->shm_nattch = 0; in shmget()
[all …]
H A Dtsrm_win32.h62 shm_pair *shm; member
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_status.h25 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
26 void fpm_status_update_accepted_conn(struct fpm_shm_s *shm, unsigned long int accepted_conn);
27 void fpm_status_increment_accepted_conn(struct fpm_shm_s *shm);
28 void fpm_status_set_pm(struct fpm_shm_s *shm, int pm);
29 void fpm_status_update_max_children_reached(struct fpm_shm_s *shm, unsigned int max_children_reache…
30 void fpm_status_increment_max_children_reached(struct fpm_shm_s *shm);
/PHP-5.3/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: ";
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-5.3/ext/shmop/
H A Dshmop.c161 struct shmid_ds shm; in PHP_FUNCTION() local
216 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION()
227 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
/PHP-5.3/
H A DNEWS775 . Fixed bug #60377 (bcscale related crashes on 64bits platforms). (shm)
868 initialized.) (shm)

Completed in 39 milliseconds