Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _release_save
Method
_release_save
tools/python-3.11.9-amd64/Lib/threading.py:280–281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
278
return
"<Condition(%s, %d)>"
% (self._lock, len(self._waiters))
279
280
def
_release_save(self):
281
self._lock.release()
# No state to save
282
283
def
_acquire_restore(self, x):
284
self._lock.acquire()
# Ignore saved state
Callers
1
wait
Method · 0.95
Calls
1
release
Method · 0.45
Tested by
no test coverage detected