Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ State
Enum
State
src/ThreadPool.h:143–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
pthread_t tid;
142
143
enum State {
144
NOT_STARTED = 0,
145
RUNNING = 1,
146
FINISHED = 2
147
};
148
149
State state;
150
unsigned int num;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected