Home
last modified time | relevance | path

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

/PHP-5.5/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()
416 for (ptr = TWG(shm); ptr < (TWG(shm) + TWG(shm_size)); ptr++) { in shm_get()
436 TWG(shm) = newptr; in shm_get()
593 shm_pair *shm; in shmget() local
636 shm->descriptor->shm_perm.gid = shm->descriptor->shm_perm.uid = 0; in shmget()
637 shm->descriptor->shm_atime = shm->descriptor->shm_dtime = 0; in shmget()
638 shm->descriptor->shm_lpid = shm->descriptor->shm_nattch = 0; in shmget()
642 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget()
[all …]
H A Dtsrm_win32.h62 shm_pair *shm; member
/PHP-5.5/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.5/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.5/ext/opcache/
H A Dconfig.m419 #include <sys/shm.h>
27 char *shm;
42 shmdt(shm);
52 shmdt(shm);
59 strcpy(shm, "hello");
65 strcpy(shm, "bye");
104 char *shm;
111 strcpy(shm, "hello");
154 char *shm;
211 char *shm;
[all …]
/PHP-5.5/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.5/
H A DNEWS3826 . Fixed bug #60377 (bcscale related crashes on 64bits platforms). (shm)
3918 initialized.) (shm)

Completed in 76 milliseconds