Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ running
Method
running
src/ThreadPool.h:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void running() {
87
pthread_mutex_lock(&mp);
88
gettimeofday(&tv_started, NULL);
89
state = RUNNING;
90
tid = pthread_self();
91
pthread_mutex_unlock(&mp);
92
}
93
94
void finished() {
95
pthread_mutex_lock(&mp);
Callers
1
wrapper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected