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

Method lock

src/laybasic/laybasic/layRedrawThreadCanvas.h:138–141  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

136 * @brief Lock the plane sets against changes by other threads
137 */
138 void lock ()
139 {
140 m_mutex.lock ();
141 }
142
143 /**
144 * @brief Unlock the plane sets against changes by other threads

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