Home
last modified time | relevance | path

Searched defs:new_status (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/util/
Dauto_reset_event.h31 int new_status = old_status < 1 ? old_status + 1 : 1; in Signal() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.h777 inline void Status::Update(const Status& new_status) { in Update()
783 inline void Status::Update(Status&& new_status) { in Update()
/third_party/node/deps/v8/src/objects/
Dmodule.cc57 void SetStatusInternal(Module module, Module::Status new_status) { in SetStatusInternal()
70 void Module::SetStatus(Status new_status) { in SetStatus()
Dsource-text-module.cc424 ZoneForwardList<Handle<SourceTextModule>>* stack, Status new_status) { in MaybeTransitionComponent()
/third_party/pulseaudio/src/modules/jack/
Dmodule-jackdbus-detect.c227 bool new_status = false; in check_service_started() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.c231 static void ChangeState(WebPWorker* const worker, WebPWorkerStatus new_status) { in ChangeState()