MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / Lock

Method Lock

TranslucentTB/uwp/xamlthread.hpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 XamlThread &operator =(const XamlThread &thread) = delete;
49
50 std::unique_lock<Util::thread_independent_mutex> Lock() noexcept
51 {
52 return std::unique_lock { m_CurrentWindowLock };
53 }
54
55 bool IsAvailable() const noexcept
56 {

Callers 2

ShutdownMethod · 0.80
xamlthreadpool.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected