MCPcopy Create free account
hub / github.com/KLayout/klayout / unlock

Method unlock

src/laybasic/laybasic/layRedrawThreadCanvas.h:146–149  ·  view source on GitHub ↗

* @brief Unlock the plane sets against changes by other threads */

Source from the content-addressed store, hash-verified

144 * @brief Unlock the plane sets against changes by other threads
145 */
146 void unlock ()
147 {
148 m_mutex.unlock ();
149 }
150
151 /**
152 * @brief Access to the mutex object

Callers 6

separatorMethod · 0.45
timeoutMethod · 0.45
create_precursor_bitmapsFunction · 0.45
bitmaps_to_imageFunction · 0.45
do_startMethod · 0.45
wakeupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected