Searched defs:new_status (Results 1 – 8 of 8) sorted by relevance
72 void enter_if_block(bool new_status) in enter_if_block()78 bool enter_elif_block(bool new_status) in enter_elif_block()
31 int new_status = old_status < 1 ? old_status + 1 : 1; in Signal() local
713 inline void Status::Update(const Status& new_status) { in Update()719 inline void Status::Update(Status&& new_status) { in Update()
777 inline void Status::Update(const Status& new_status) { in Update()783 inline void Status::Update(Status&& new_status) { in Update()
131 bool new_status = false; in check_service_started() local
353 void enter_if_block(bool new_status) in enter_if_block()355 bool enter_elif_block(bool new_status) in enter_elif_block()
231 static void ChangeState(WebPWorker* const worker, WebPWorkerStatus new_status) { in ChangeState()