MCPcopy Create free account
hub / github.com/baldurk/renderdoc / unlock

Method unlock

renderdoccmd/renderdoccmd_android.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 bool trylock() { return pthread_mutex_trylock(&mutex) == 0; };
60 void lock() { pthread_mutex_lock(&mutex); }
61 void unlock() { pthread_mutex_unlock(&mutex); }
62private:
63 const char *name;
64 pthread_mutex_t mutex;

Callers 5

DisplayGenericSplashFunction · 0.45
DisplayRendererPreviewFunction · 0.45
cmdthreadFunction · 0.45
handle_cmdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected