Home
last modified time | relevance | path

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

/PHP-8.1/TSRM/
H A Dtsrm_win32.c71 if (globals->shm) { in tsrm_win32_dtor()
78 free(globals->shm); in tsrm_win32_dtor()
405 for (ptr = TWG(shm); ptr < (TWG(shm) + TWG(shm_size)); ptr++) { in shm_get()
635 shm_pair *shm; in shmget() local
699 if (!shm) { in shmget()
717 shm->descriptor->shm_atime = shm->descriptor->shm_dtime = 0; in shmget()
718 shm->descriptor->shm_lpid = shm->descriptor->shm_nattch = 0; in shmget()
722 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget()
738 if (!shm || !shm->segment) { in shmat()
762 if (!shm || !shm->segment) { in shmdt()
[all …]
H A Dtsrm_win32.h60 shm_pair *shm; member
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.stub.php15 function shm_detach(SysvSharedMemory $shm): bool {} argument
17 function shm_has_var(SysvSharedMemory $shm, int $key): bool {} argument
19 function shm_remove(SysvSharedMemory $shm): bool {} argument
21 function shm_put_var(SysvSharedMemory $shm, int $key, mixed $value): bool {} argument
23 function shm_get_var(SysvSharedMemory $shm, int $key): mixed {} argument
25 function shm_remove_var(SysvSharedMemory $shm, int $key): bool {} argument
H A Dsysvshm_arginfo.h11 ZEND_ARG_OBJ_INFO(0, shm, SysvSharedMemory, 0)
15 ZEND_ARG_OBJ_INFO(0, shm, SysvSharedMemory, 0)
22 ZEND_ARG_OBJ_INFO(0, shm, SysvSharedMemory, 0)
28 ZEND_ARG_OBJ_INFO(0, shm, SysvSharedMemory, 0)
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_status.h23 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
24 void fpm_status_update_accepted_conn(struct fpm_shm_s *shm, unsigned long int accepted_conn);
25 void fpm_status_increment_accepted_conn(struct fpm_shm_s *shm);
26 void fpm_status_set_pm(struct fpm_shm_s *shm, int pm);
27 void fpm_status_update_max_children_reached(struct fpm_shm_s *shm, unsigned int max_children_reache…
28 void fpm_status_increment_max_children_reached(struct fpm_shm_s *shm);
/PHP-8.1/ext/shmop/tests/
H A D001.phpt11 echo "shm open for create: ";
21 echo "shm write test #1: ";
31 echo "shm open for read only: ";
56 echo "shm write test #2: ";
74 shm open for create: ok
75 shm size is: %d
76 shm write test #1: ok
78 shm open for read only: ok
81 shm open for read only: ok
82 shm write test #2: ok
[all …]
/PHP-8.1/ext/opcache/
H A Dconfig.m4116 #include <sys/shm.h>
124 char *shm;
139 shmdt(shm);
149 shmdt(shm);
156 strcpy(shm, "hello");
162 strcpy(shm, "bye");
202 char *shm;
209 strcpy(shm, "hello");
215 strcpy(shm, "bye");
265 char *shm;
[all …]
/PHP-8.1/ext/shmop/
H A Dshmop.c138 struct shmid_ds shm; in PHP_FUNCTION() local
191 if (shmctl(shmop->shmid, IPC_STAT, &shm)) { in PHP_FUNCTION()
197 if (shm.shm_segsz > ZEND_LONG_MAX) { in PHP_FUNCTION()
208 shmop->size = shm.shm_segsz; in PHP_FUNCTION()
/PHP-8.1/.github/workflows/
H A Dnightly.yml444 - name: Test File Cache (prime shm)
451 - name: Test File Cache (prime shm, use shm)
458 - name: Test File Cache (prime shm, use file)
/PHP-8.1/
H A DNEWS349 . Avoid adding an unnecessary read-lock when loading script from shm if
952 . Fixed potential NULL pointer dereference Windows shm*() functions. (cmb)

Completed in 37 milliseconds