Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ EntryStruct
Class
EntryStruct
include/GenericQ.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
private:
40
41
typedef struct EntryStruct
42
{
43
void *item; struct EntryStruct *next;
44
} Entry;
45
46
Entry *start, *end;
47
Semaphore hasItem;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected