MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / background_unlock

Method background_unlock

thread/thread.cpp:524–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 foreground_locked.store(false, std::memory_order_release);
523 }
524 void background_unlock() {
525 background_locked.store(false, std::memory_order_release);
526 }
527 };
528
529 static spinlock vcpu_list_lock; // lock when add, remove, iterate next

Callers 1

ws_scan_runqFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected