Lines Matching refs:s_worker_status

145 static lsapi_child_status * s_worker_status = NULL;  variable
445 if (s_worker_status) in lsapi_close_connection()
446 __atomic_store_n(&s_worker_status->m_state, LSAPI_STATE_IDLE, in lsapi_close_connection()
1590 if (s_worker_status) in LSAPI_Accept_r()
1591 __atomic_store_n(&s_worker_status->m_state, in LSAPI_Accept_r()
3320 s_worker_status = child_status; in lsapi_prefork_server_accept()
3325 __atomic_store_n(&s_worker_status->m_state, in lsapi_prefork_server_accept()
3401 s_worker_status = pReq->child_status; in LSAPI_Postfork_Child()
3412 __atomic_store_n(&s_worker_status->m_state, in LSAPI_Postfork_Child()
3628 if ( s_worker_status ) in LSAPI_Prefork_Accept_r()
3630 s_worker_status->m_tmWaitBegin = time( NULL ); in LSAPI_Prefork_Accept_r()
3651 if (s_req_processed && s_worker_status in LSAPI_Prefork_Accept_r()
3652 && s_worker_status->m_iKillSent) in LSAPI_Prefork_Accept_r()
3660 if (s_worker_status) in LSAPI_Prefork_Accept_r()
3661 __atomic_store_n(&s_worker_status->m_state, in LSAPI_Prefork_Accept_r()
3671 if (s_worker_status) in LSAPI_Prefork_Accept_r()
3672 __atomic_store_n(&s_worker_status->m_state, in LSAPI_Prefork_Accept_r()
3678 if ( s_worker_status ) in LSAPI_Prefork_Accept_r()
3680 s_worker_status->m_inProcess = 0; in LSAPI_Prefork_Accept_r()
3712 if (s_req_processed && s_worker_status in LSAPI_Prefork_Accept_r()
3713 && s_worker_status->m_iKillSent) in LSAPI_Prefork_Accept_r()
3720 if (s_worker_status) in LSAPI_Prefork_Accept_r()
3721 __atomic_store_n(&s_worker_status->m_state, in LSAPI_Prefork_Accept_r()
3755 if ( s_worker_status ) in LSAPI_Prefork_Accept_r()
3757 s_worker_status->m_iKillSent = 0; in LSAPI_Prefork_Accept_r()
3758 s_worker_status->m_inProcess = 1; in LSAPI_Prefork_Accept_r()
3759 ++s_worker_status->m_iReqCounter; in LSAPI_Prefork_Accept_r()
3760 s_worker_status->m_tmReqBegin = in LSAPI_Prefork_Accept_r()
3761 s_worker_status->m_tmLastCheckPoint = time(NULL); in LSAPI_Prefork_Accept_r()