Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ taskset_thread
Function
taskset_thread
libhb/taskset.c:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
static taskset_thread_t*
94
taskset_thread( taskset_t *ts, int thr_idx )
95
{
96
return &ts->task_threads[thr_idx];
97
}
98
99
void
100
taskset_cycle( taskset_t *ts )
Callers
3
taskset_cycle
Function · 0.85
taskset_thread_f
Function · 0.85
taskset_fini
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected