|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
| int | m_pid |
| long | m_tmStart |
| volatile short | m_iKillSent |
| volatile char | m_inProcess |
| volatile char | m_state |
| volatile int | m_iReqCounter |
| volatile long | m_tmWaitBegin |
| volatile long | m_tmReqBegin |
| volatile long | m_tmLastCheckPoint |
Definition at line 130 of file lsapilib.c.
| volatile short lsapi_child_status::m_iKillSent |
Definition at line 135 of file lsapilib.c.
| volatile char lsapi_child_status::m_inProcess |
Definition at line 136 of file lsapilib.c.
| volatile int lsapi_child_status::m_iReqCounter |
Definition at line 138 of file lsapilib.c.
| int lsapi_child_status::m_pid |
Definition at line 132 of file lsapilib.c.
| volatile char lsapi_child_status::m_state |
Definition at line 137 of file lsapilib.c.
| volatile long lsapi_child_status::m_tmLastCheckPoint |
Definition at line 142 of file lsapilib.c.
| volatile long lsapi_child_status::m_tmReqBegin |
Definition at line 141 of file lsapilib.c.
| long lsapi_child_status::m_tmStart |
Definition at line 133 of file lsapilib.c.
| volatile long lsapi_child_status::m_tmWaitBegin |
Definition at line 140 of file lsapilib.c.