MCPcopy Create free account
hub / github.com/RenderKit/embree / write_unlock

Function write_unlock

kernels/subdiv/subdivpatch1base.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 __forceinline void write_lock() { mtx.lock(); }
70 __forceinline void write_unlock() { mtx.unlock(); }
71 __forceinline bool try_write_lock() { return mtx.try_lock(); }
72 //__forceinline bool try_read_lock() { return mtx.try_read_lock(); }
73

Callers

nothing calls this directly

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected