Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ lock
Method
lock
renderdoccmd/renderdoccmd_android.cpp:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
bool trylock() { return pthread_mutex_trylock(&mutex) == 0; };
60
void lock() { pthread_mutex_lock(&mutex); }
61
void unlock() { pthread_mutex_unlock(&mutex); }
62
private:
63
const char *name;
Callers
3
DisplayRemoteServerPreview
Function · 0.45
DisplayRendererPreview
Function · 0.45
cmdthread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected