MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / lock_guard

Method lock_guard

src/tinythread/tinythread.h:349–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 typedef T mutex_type;
348
349 lock_guard() : mMutex(0) {}
350
351 /// The constructor locks the mutex.
352 explicit lock_guard(mutex_type &aMutex)

Callers

nothing calls this directly

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected