Lines Matching refs:s_worker_status

147 static lsapi_child_status * s_worker_status = NULL;  variable
437 if (s_worker_status) in lsapi_close_connection()
438 __sync_lock_test_and_set(&s_worker_status->m_state, LSAPI_STATE_IDLE); in lsapi_close_connection()
1581 if (s_worker_status) in LSAPI_Accept_r()
1582 __sync_lock_test_and_set(&s_worker_status->m_state, in LSAPI_Accept_r()
3267 s_worker_status = child_status; in lsapi_prefork_server_accept()
3272 __sync_lock_test_and_set(&s_worker_status->m_state, in lsapi_prefork_server_accept()
3348 s_worker_status = pReq->child_status; in LSAPI_Postfork_Child()
3359 __sync_lock_test_and_set(&s_worker_status->m_state, in LSAPI_Postfork_Child()
3575 if ( s_worker_status ) in LSAPI_Prefork_Accept_r()
3577 s_worker_status->m_tmWaitBegin = time( NULL ); in LSAPI_Prefork_Accept_r()
3598 if (s_req_processed && s_worker_status in LSAPI_Prefork_Accept_r()
3599 && s_worker_status->m_iKillSent) in LSAPI_Prefork_Accept_r()
3607 if (s_worker_status) in LSAPI_Prefork_Accept_r()
3608 __sync_lock_test_and_set(&s_worker_status->m_state, in LSAPI_Prefork_Accept_r()
3618 if (s_worker_status) in LSAPI_Prefork_Accept_r()
3619 __sync_lock_test_and_set(&s_worker_status->m_state, in LSAPI_Prefork_Accept_r()
3625 if ( s_worker_status ) in LSAPI_Prefork_Accept_r()
3627 s_worker_status->m_inProcess = 0; in LSAPI_Prefork_Accept_r()
3659 if (s_req_processed && s_worker_status in LSAPI_Prefork_Accept_r()
3660 && s_worker_status->m_iKillSent) in LSAPI_Prefork_Accept_r()
3667 if (s_worker_status) in LSAPI_Prefork_Accept_r()
3668 __sync_lock_test_and_set(&s_worker_status->m_state, in LSAPI_Prefork_Accept_r()
3701 if ( s_worker_status ) in LSAPI_Prefork_Accept_r()
3703 s_worker_status->m_iKillSent = 0; in LSAPI_Prefork_Accept_r()
3704 s_worker_status->m_inProcess = 1; in LSAPI_Prefork_Accept_r()
3705 ++s_worker_status->m_iReqCounter; in LSAPI_Prefork_Accept_r()
3706 s_worker_status->m_tmReqBegin = in LSAPI_Prefork_Accept_r()
3707 s_worker_status->m_tmLastCheckPoint = time(NULL); in LSAPI_Prefork_Accept_r()